docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation on getting started with authorizer.dev + how to deploy and use various libraries around it

Results 12 docs issues
Sort by recently updated
recently updated
newest added

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/

![微信截图_20230601102722](https://github.com/authorizerdev/docs/assets/2499352/703be448-e4fa-4d33-a5dc-4e0dec14fb1f) 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 ![image](https://user-images.githubusercontent.com/26462242/215367091-f91de5fc-5ddf-4c0e-86a3-652dfcee7d69.png) 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