@cimpress/simple-auth-wrapper
Advanced tools
Comparing version 6.4.1 to 6.4.2
{ | ||
"name": "@cimpress/simple-auth-wrapper", | ||
"version": "6.4.1", | ||
"version": "6.4.2", | ||
"description": "A simple utility class to wrap basic Auth0 functionality", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -133,2 +133,2 @@ # MEX Simple Auth Wrapper v. 3.0 | ||
`handleAuthorization()` Resumes the authorization code grant flow. Should be called at the base of your application, or at the `redirectUri` specified to continue the flow. Returns a Promise of `{ authorizationCode, redirectUri, nextUri }` | ||
`handleAuthentication()` Resumes the authorization code grant flow. Should be called at the base of your application, or at the `redirectUri` specified to continue the flow. Returns a Promise of `{ authorizationCode, redirectUri, nextUri }` |
Sorry, the diff of this file is not supported yet
292978