Auth0 (our authentication backend provider) has released a clientside JS SDK. We should replace our abstracted auth methods in the Simpla SDK with theirs, so we don't touch authentication at all (less links to break).
To achieve this we can just bundle the Auth0 SDK with Simpla as a dependency, and remove the authentication endpoints on our own API.
This will also allow us to (very) easily implement social sign-on on both the Simpla platform and SDK.
Auth0 (our authentication backend provider) has released a clientside JS SDK. We should replace our abstracted auth methods in the Simpla SDK with theirs, so we don't touch authentication at all (less links to break).
To achieve this we can just bundle the Auth0 SDK with Simpla as a dependency, and remove the authentication endpoints on our own API.
This will also allow us to (very) easily implement social sign-on on both the Simpla platform and SDK.