description |
---|
Using your own Custom Authentication |
You can use your existing user base or authentication method with Particle Auth. This way, your users can still log in with their current accounts.
- Example: https://dev-qr6-59ee.us.auth0.com/.well-known/jwks.json
- We only support RS256 now.
- Libraries:
- JWKS Creator
Set your custom JWT configuration on the dashboard
We also provide native libs for Custom Auth, in this way, you can have full control over UI/UX if you don't want to relay on the system browser.
It's optional but provides underlying control.
Pls check >> Auth Core