Skip to content

JWT and Oauth2 Google Authentication and Authorization with Spring Boot 3 and Spring Security 6.

Notifications You must be signed in to change notification settings

taraskovaliv/springsecurity6-jwt-oauth2-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

JWT and Oauth2 Google Authentication and Authorization with Spring Boot 3 and Spring Security 6

Before startup project set environment variables in your IDE or in your system:

Google auth:

GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret

Create random values for:

TOKEN_SIGNING_KEY=your_random_value_to_protect_tokens

Examples

Examples of http requests you can find in /resources/auth.http

About

JWT and Oauth2 Google Authentication and Authorization with Spring Boot 3 and Spring Security 6.

Resources

Stars

Watchers

Forks

Languages