Skip to content

lnvieira/spring-security

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-security

keytool -genkeypair -alias jwt -keyalg RSA -dname "CN=jwt, L=SP, S=SP, C=DE" -keypass 842334yhrwejnsdfjsdf -keystore jwt.jks -storepass 842334yhrwejnsdfjsdf

curl BAR_ZEH:BAR_ZEH123@localhost:8080/oauth/token -d grant_type=client_credentials

curl "BAR_ZEH:BAR_ZEH123@localhost:8080/oauth/token" -d "grant_type=password&username=manuel&password=robertoleal"

curl "BAR_ZEH:BAR_ZEH123@localhost:8080/oauth/token" -d "grant_type=password&username=joao_hacker123&password=p0rtug4s3mgr4c4"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.8%
  • HTML 7.2%