lyon1casclient 1.0.10 copy "lyon1casclient: ^1.0.10" to clipboard
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;
  // }
}
0
likes
135
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library that provides authentication with the CAS (Central Authentication Service) system of Lyon 1 University (https://cas.univ-lyon1.fr).

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

beautiful_soup_dart, dart_mappable, http, requests_plus

More

Packages that depend on lyon1casclient