Skip to content

js v0.2.0

Latest
Compare
Choose a tag to compare
@Vexcited Vexcited released this 18 Jun 10:43
· 5 commits to index since this release

Breaking Changes

  • Every methods starting with oauth2_ are now prefixed with cas_ to explicitly tell where this logic is happening (70c8514)

New Features

  • cas_login method that returns a token for further authenticated requests to the CAS (such as cas_service or cas_oauth2_*) (b66a76f)
    • See the rewrite of existing examples to see how it's implemented (06704d7)
  • cas_service method that returns an authentication URL to any service supported by the CAS (using tickets) (0365cf0)