-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
adding security scopes to dashboard #70
Comments
this simple version looks good - https://github.com/conradbez/streamlit-auth0-example/blob/main/test.py. This uses |
|
thanks, @peterdudfield, I'll have a go at this. did you try anything already? |
Yea, tried this and managed to get a login to work
i had to make a new application - https://manage.auth0.com/dashboard/eu/nowcasting-dev/applications/VqaPLArS3LG97MF4uY6RSQmJV0hiNwxN/settings. Need to get logout working .... |
See comment here for trying to logout - conradbez/streamlit-auth0#18 |
Might be better to use https://github.com/chris-garrett/garrett-streamlit-auth0 |
This one works |
Detailed Description
This issue is the beginning of a discussion of how to add authorization to the dashboard.
Context
The main users of the ocf dashboard will be internal, but it's good to think about who will have permission to do what. If we're deleting a site, it would be good that only certain people have that authorization.
The text was updated successfully, but these errors were encountered: