lyon1casclient 1.0.10
lyon1casclient: ^1.0.10 copied to clipboard
A Dart library that provides authentication with the CAS (Central Authentication Service) system of Lyon 1 University (https://cas.univ-lyon1.fr).
example/lyon1casclient_example.dart
void main() async {
// final Lyon1CasClient auth = Lyon1CasClient();
// final bool isAuthenticated =
// (await auth.authenticate(Credential("p1234567", "a_valid_password")))
// .authResult;
// if (!isAuthenticated) {
// print("You are not authenticated. Please check your username and password");
// return;
// }
}