RWTH-TIME / scystream

Open-source data science pipeline tooling
GNU General Public License v3.0
4 stars 0 forks source link

refresh token endpoint and authentication middleware #17

Open PaulKalho opened 1 week ago

PaulKalho commented 1 week ago

Based on #15.

Inside the user-svc , we need an endpoint for refreshing the access_token by validating the refresh_token.

We also need some kind of "authentication middleware" for authenticating user requests based upon their access_token, which is stored in the requests header.

PaulKalho commented 1 week ago

@mottegk