Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@yevk yevk released this 06 May 18:58
· 2 commits to master since this release
43ff8fd

New

  • The LoginProcessor is now generic over the data type it returns after login.
  • Added new type DataExtractor and a second parameter to the LoginProcessor constructor that is used to extract the wanted from the Auth0 response.
  • Added built-in DataExtractor implementations for common use cases.
  • Added an MIT LICENSE file.

Fixed

  • The library now exports all the major modules correctly.
  • Improved the README.

Thanks

  • @MrToph for the change suggestion and original PR.