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

Auth0 integration via CLI #205

Merged
merged 2 commits into from
Apr 26, 2024
Merged

Auth0 integration via CLI #205

merged 2 commits into from
Apr 26, 2024

Conversation

bryannho
Copy link
Contributor

@bryannho bryannho commented Apr 25, 2024

Closes #204


📚 Documentation preview 📚: https://ploomber-doc--205.org.readthedocs.build/en/205/

@bryannho bryannho marked this pull request as ready for review April 25, 2024 19:47
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the client secret is not AUTH_SECRET. I had the same doubt when working on this but based on the docs, it seems like AUTH_SECRET can be any string. I think we can even generate it ourselves:

In [2]: import secrets

In [3]: secrets.token_urlsafe()
Out[3]: 'xlFTwKeNh_8Up3TRbozpFtK8NZEX08sJ_72k7we4Fm4'

In [4]:

can you do some research on this?

Copy link
Contributor

@neelasha23 neelasha23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine overall

@edublancas edublancas merged commit 96feee8 into main Apr 26, 2024
1 check passed
@edublancas edublancas deleted the auth0-cli-docs branch April 26, 2024 15:33
@edublancas
Copy link
Contributor

@bryannho I'm merging this because I want to add some extra details, please open another PR to address: #207

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

Successfully merging this pull request may close these issues.

auth0 integration
3 participants