Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
/ dart_cas Public archive

Dart CAS (Central Authentication Service) client library support CAS 1.0

License

Notifications You must be signed in to change notification settings

sehnryr/dart_cas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart CAS

Dart CAS implements CAS protocol (Central Authentication Service) client.

This project is based on the python-cas project.

Features

  • Supports clients part of CAS version 1.0.

Install

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

References

About

Dart CAS (Central Authentication Service) client library support CAS 1.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages