Custom

Using your own Custom Authentication

Introduction

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.

JWT Config

  1. We only support RS256 now.

  2. JWKS Creator

Dashboard

Set your custom JWT configuration on the dashboard

Auth Core

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

Last updated