-
Notifications
You must be signed in to change notification settings - Fork 90
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
design auth mechanism for admin UI #2200
Comments
To consider: |
Ory Hydra is completely open source (I think) so that should be top of the list. |
NOTE: This current status is very much in a rough draft showing off my experiments at the moment. I will update it as things progress. Advantages of Ory/Hydra
Approach
Current Progress
Next Steps
|
Note: I'm updating this document to reflect the current status: Local Playground (Preferred setup)
Local Set UpFirst set up the hydra database, e.g. in Postgresql Get the ory hydra docker container up
Add client to the db
This will give you a CLIENT ID.
Start the frontend in dev mode - |
@JoblersTune Is there any other setup that needs to be done on the postgres instance? I had to manually create the
edit: this is happening when I run the first command in the Set up post. |
My db set up was like this: I'll update the initial setup comment to be explicit. If this doesn't resolve your issue then let me know. |
Auth Flow
|
No description provided.
The text was updated successfully, but these errors were encountered: