Releases: LiterateInk/Pawnilim
Releases · LiterateInk/Pawnilim
js v0.2.0
Breaking Changes
- Every methods starting with
oauth2_
are now prefixed withcas_
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 ascas_service
orcas_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)
js v0.1.1
Forgot to add the files
in package.json
...