authorizerdev / authorizer

Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
https://authorizer.dev
MIT License
1.64k stars 166 forks source link

Don't Show Client Id #357

Closed aixj1984 closed 1 year ago

aixj1984 commented 1 year ago

Version: 0.1.0-local

Describe the bug

Don't show client id in Oauth Config Page

Steps To Reproduce

Just run by default env file

Expected behavior

Screenshots

Desktop (please complete the following information):

Additional context

aixj1984 commented 1 year ago

微信截图_20230601102722

aixj1984 commented 1 year ago

140 like this issue

aixj1984 commented 1 year ago

微信截图_20230601105438

lakhansamani commented 1 year ago

@aixj1984 this happens when you use authorizer with IP address. It won't be able to set https cookie in that scenario.

It is recommended to use a domain. But if you want to keep using it with IP address then you will have to set ADMIN_COOKIE_SECURE=false env

aixj1984 commented 1 year ago

Thanks, I get the client id .