a2cps / vbr-app

Virtual Biospecimen Repository Web Service API
Other
0 stars 0 forks source link

Add support for Oauth refresh tokens #25

Closed mwvaughn closed 2 years ago

mwvaughn commented 2 years ago

The /auth/token endpoint should return a refresh token in addition to the access token. It should also accept an access/refresh token pair in addition to username/password in order to support redemption of the refresh token.

mwvaughn commented 2 years ago

This is blocked until OAuth2RefreshRequestForm is implemented in FastAPI as per this discussion

mwvaughn commented 2 years ago

Under development on feat-25/refresh_tokens