spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

update project to 3.1.0

Open alverad-katsuro opened this issue 2 years ago • 2 comments

Greetings,

Project was updated to Spring Boot 3.1.0, and migrate to postgresql.

And i have test Github auth and its working.

alverad-katsuro avatar Jun 09 '23 05:06 alverad-katsuro

Could you update the comments to English?

asvrada avatar Jun 25 '23 05:06 asvrada

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?

asvrada avatar Jun 25 '23 06:06 asvrada