Skip to content

Authentication Sources - Local

Local

Local is the default authentication source, use username/email and password for authentication, it stores users in its local encrypted database.

Adding New User

You can add directly a new user, with a username. When user first added, it's role is User then you can set its password. There is no validation about added user.

Warning

There is a risk here. Local users also can authenticate with other Authentication Sources like Google if you active it. This is a simplicity but also this is a risk. Manuel added email addresses not verified. Use with precaution.

Adding New ApiKey

On the way

Adding Certificate for Authentication

On the way