@arcsubs/sdk-identity

JS Identity SDK for working with Identity API

Usage no npm install needed!

<script type="module">
  import arcsubsSdkIdentity from 'https://cdn.skypack.dev/@arcsubs/sdk-identity';
</script>

README

Identity

This SDK is responsible for interacting with the Arc Identity APIs. It will handle managing the JWT, sign-in, sign-out, registration and any other self-service account management functions.

Authentication

  • Properties
    • [[userIdentity]]
  • Methods
    • [[login]]
    • [[initFacebookLogin]]
    • [[facebookSignOn]]
    • [[initGoogleLogin]]
    • [[requestMagicLink]]
    • [[redeemMagicLink]]
    • [[extendSession]]
    • [[logout]]

Profile

  • Properties
    • [[userProfile]]
  • Methods
    • [[signUp]]
    • [[getUserProfile]]
    • [[updateUserProfile]]
    • [[requestVerifyEmail]]
    • [[verifyEmail]]

Password Reset

  • Methods
    • [[updatePassword]]
    • [[requestResetPassword]]
    • [[resetPassword]]

Configuration

  • Methods
    • [[getConfig]]
  • Properties
    • [[configOptions]]