Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Auth0 user authentication #122

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

butschster
Copy link
Member

This commit introduces the integration of the Auth0 authentication provider into our application. Users can now authenticate using Auth0, which provides a secure and reliable means of handling user authentication.

To enable authentication you need to set ENV variables

AUTH_ENABLED=true
AUTH_PROVIDER_URL=https://xxx.auth0.com
AUTH_CLIENT_ID=xxx
AUTH_CLIENT_SECRET=xxx
AUTH_CALLBACK_URL=http://local.server/auth/sso/callback
AUTH_SCOPES=openid,email,profile

image

This commit introduces the integration of the Auth0 authentication provider into our application. Users can now authenticate using Auth0, which provides a secure and reliable means of handling user authentication.

To enable authentication you need to set ENV variables

```
AUTH_ENABLED=true
AUTH_PROVIDER_URL=https://xxx.auth0.com
AUTH_CLIENT_ID=xxx
AUTH_CLIENT_SECRET=xxx
AUTH_CALLBACK_URL=http://local.server/auth/sso/callback
AUTH_SCOPES=openid,email,profile
```
@butschster butschster added this to the 1.0 milestone Apr 7, 2024
@butschster butschster requested a review from roxblnfk April 7, 2024 20:10
@butschster butschster self-assigned this Apr 7, 2024
@butschster butschster merged commit 8596a0a into master Apr 8, 2024
2 checks passed
@butschster butschster deleted the feature/oauth branch April 8, 2024 10:13
@webparadoxer
Copy link

https://github.com/logto-io/logto а поддержку этого можно? это тоже селфхостед и вообще в одном докер-композе собрать можно

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants