callicoder / spring-boot-react-oauth2-social-login-demo

Spring Boot React OAuth2 Social Login with Google, Facebook, and Github
1.45k stars 700 forks source link

update project to 3.1.0 #77

Open alverad-katsuro opened 1 year ago

alverad-katsuro commented 1 year ago

Greetings,

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

And i have test Github auth and its working.

asvrada commented 1 year ago

Could you update the comments to English?

asvrada commented 1 year ago

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?