-
Notifications
You must be signed in to change notification settings - Fork 0
feat: adds user authentication #218
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
Conversation
@@ -49,7 +49,8 @@ | |||
<a href="/job_params">Job Parameters</a> | | |||
<a title="Download job template as .xslx" href= "/api/job_upload_template" download>Job Submit Template</a> | | |||
<a title="List of project names" href= "{{ project_names_url }}" target="_blank" >Project Names</a> | | |||
<a title="For more information click here" href="https://aind-data-transfer-service.readthedocs.io" target="_blank" >Help</a> | |||
<a title="For more information click here" href="https://aind-data-transfer-service.readthedocs.io" target="_blank" >Help</a> | | |||
<a href="/login">Sign-In</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the Sign-In button to the navbar in the other pages? Namely, the Job Status and Job Params pages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not entirely sure if the Sign-In button is necessary, as it's kind of doesn't add anything. I am actually thinking to remove it. @jtyoung84?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced with button for Admin page instead
14a1ecc
to
42fc55f
Compare
I pushed some changes so that:
I also made some minor changes to update the local setup docs, add styling, and handle an edge case with userinfo not in returned token. Edit: also added logout endpoint. Logout button available on Admin page when user is signed in. |
Closes #3