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

Refresh token #404

Merged
merged 39 commits into from
Mar 11, 2024
Merged

Refresh token #404

merged 39 commits into from
Mar 11, 2024

Conversation

seallard
Copy link
Contributor

@seallard seallard commented Mar 8, 2024

Description

Closes Clinical-Genomics/streamline-delivery#59.
This PR adds a new endpoint /auth/refresh which enables authenticated users to refresh their access token.
It calls the Google OAuth endpoint documented here.

Added

  • /auth/refresh

This version is a

  • MINOR - when you add functionality in a backwards compatible manner

@seallard seallard changed the base branch from master to add-oauth-client March 8, 2024 12:53
@seallard seallard marked this pull request as ready for review March 8, 2024 13:14
@seallard seallard requested a review from a team as a code owner March 8, 2024 13:14
@Clinical-Genomics Clinical-Genomics deleted a comment from coveralls Mar 8, 2024
@Clinical-Genomics Clinical-Genomics deleted a comment from sonarcloud bot Mar 8, 2024
Copy link

@ChrOertlin ChrOertlin left a comment

Choose a reason for hiding this comment

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

Looks good

trailblazer/server/api.py Show resolved Hide resolved
Base automatically changed from add-oauth-client to master March 11, 2024 08:51
Copy link

sonarcloud bot commented Mar 11, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@seallard seallard merged commit e1e2de1 into master Mar 11, 2024
5 checks passed
@seallard seallard deleted the refresh-token branch March 11, 2024 08:57
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.

Add /auth/refresh endpoint to trailblazer
2 participants