Dart CAS
implements CAS protocol (Central Authentication Service) client.
This project is based on the python-cas project.
- Supports clients part of CAS version 1.0.
Add this to your package's pubspec.yaml file:
dependencies:
dart_cas: ^1.0.0
If you want to get it directly from github, add this instead:
dependencies:
dart_cas:
git:
url: https://github.com/sehnryr/dart_cas
ref: master