Open alverad-katsuro opened 1 year ago
Could you update the comments to English?
Also, how does one generate and store the refresh token in this case? #58
Per OAuth 2.0 spec, we could request access token and refresh token along side with ID token when calling Authorization Server's Token Endpoint, could we use that pair of token instead of generating our own like in this repo?
Greetings,
Project was updated to Spring Boot 3.1.0, and migrate to postgresql.
And i have test Github auth and its working.