Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@niknetniko niknetniko released this 05 Aug 13:19
· 160 commits to master since this release
v2.0.0
e947bd6
  • Updated all dependencies.
  • More robust error handling. A proper XML parser is now used. Additionally, both the error code and error message are now passed to Überauth.
  • Extract all user attributes. The email and roles fields are replaced by a field attributes. This field contains all attributes from the response.
  • More fields are extracted into the Überauth Info struct. By default, the strategy will insert attributes with the same name (e.g. cas:location will be inserted into location). This is configurable (see docs).

See the changelog for more details & migration.