Skip to content

2.10.0

Compare
Choose a tag to compare
@SerKnight SerKnight released this 29 Apr 19:10
· 224 commits to master since this release
cc9c191

This scope of work was for maintenance of the repo and a cleanup the documentation related to token helpers and methods on the api_client. Main changes are that on the initial user callback, access and id tokens are validated to ensure the JWT's have not been tampered with in any way!

Notable changes: none are breaking

  • new token helper accessible & corresponding documentation in readme
  • Lots of specs 🥳
  • A few other OAS updates from recent release
token_expired?
validate_tokens(token_set)
validate_state(params)
decode_jwt(tkn)
access_token
id_token
decoded_access_token
decoded_id_token