@arc-publishing/sdk-auth0-identity

Arc JS Identity SDK for working with Auth0

Usage no npm install needed!

<script type="module">
  import arcPublishingSdkAuth0Identity from 'https://cdn.skypack.dev/@arc-publishing/sdk-auth0-identity';
</script>

README

Auth0 Identity

This SDK is responsible for interacting with the Auth0 Identity APIs. It will manage login, logout and refreshing user sessions, as well as maintain a user accessToken for interacting with other Arc APIs.

Authentication

  • Properties
    • [[userIdentity]]
  • Methods
    • [[handleLoginRedirect]]
    • [[extendSession]]
    • [[logout]]
    • [[initAuth0]]
    • [[isLoggedIn]]