Auth SDK
The Auth SDK provides functionality related to user authentication, user PII collection, and can be used as a token provider via auth0. It is the only SDK that can function as both a token provider and a token receiver, if you choose not to authenticate via auth0 and instead use tokens issued directly from the mCards platform.
The Auth SDK features include:
- Authenticate and refresh tokens via auth0 (token provider)
- Collect user profile and address data
- Change user region
An example of the user profile information that is managed by the Auth SDK is illustrated in the following image.
Demo Projects
Updated 4 months ago