cesanta / docker_auth

Authentication server for Docker Registry 2
Apache License 2.0
1.28k stars 305 forks source link

Support of refresh token? #333

Open lgprobert opened 2 years ago

lgprobert commented 2 years ago

From this feature request #61 and this, it seems refresh token is not yet possible with this project.

Handling expiration of access token without storing user credential at client side or asking user to enter password repeatedly are the critical benefits from refresh tokens. I really want to know if this is possible on this project for now or in short term?

Thanks

sarita345 commented 1 month ago

Hi ,I am using cesanta/docker_auth:1.9.0 .while getting token it will return access_token and token .But I want refresh token then how to get? can you please let me know.