docs
docs copied to clipboard
Documentation on getting started with authorizer.dev + how to deploy and use various libraries around it
Please bear with my lack of experience in creating issues in GH - if you need further info, feel free to ask. I've set Authorizer (A) up with NextJS 14,...
I would like to signup/signin users by their phone number with verification code from real device. How could I do that using Authorizer?
Feature Request: as a user I would like to login without password using passkey. Info here: https://www.passkeys.io/
 I deploy the new version by source code. I run service useing default .env file. But I don't get the client id for next step.
If you try to pass parameters newPassword, confirmNewPassword to the handle .updateProfile(https://docs.authorizer.dev/authorizer-js/functions#--updateprofile), there will be an error, passing parameters via underscore works. The parameters work correctly: 1. new_password 2. confirm_new_password...
The envs page show a different set os env vars than the GraphQL explorer. For example CLIENT_ID, CLIENT_SECRET, ALLOWED_ORIGINS  which is right?
I'd like to know If I can use Authorizer to secure apps in Kubernetes. Usually it can be done by some configuration inside ingress controller to pass authentication/authorization flow through...
as far as I understand Authorizer can also be used as an external Identity provider for other apps using OIDC, but I cannot find an example in the docs as...
The import from `authorizer-react` used a backtick instead of a second single quote