Skip to content

Eazzy-Code/spring-security-jwt-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating the Private/Public Key Pair

$ cd src/main/resources

$ openssl genpkey -out rsakey.pem -algorithm RSA -pkeyopt rsa_keygen_bits:2048

$ openssl pkey -in rsakey.pem -pubout -out rsapubkey.pem

About

Spring Security - Do Not Create Your Own JWT Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages