Releases: altostra/altostra-cli-login-auth0
Releases · altostra/altostra-cli-login-auth0
v2.0.0
New
- The
LoginProcessoris now generic over the data type it returns after login. - Added new type
DataExtractorand a second parameter to theLoginProcessorconstructor that is used to extract the wanted from the Auth0 response. - Added built-in
DataExtractorimplementations 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.