Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
150
commits
Merge pull request #3 from kalqa/implementing_security_lessons
caaffa3View on GitHubadded converting jwt before sending, and test for user finding with role
1ba680dView on GitHubImplemented approach 2nd: Spring Boot OAuth2 + React + secure cookie
dd81f58View on GitHubImplemented approach 1st: using server session and loading user to Security while correct auth token comes
f28cef2View on GitHubredirecting to /token after success login, created controller for printing token from google
fbb11e5View on GitHubadded ouath2 login, https server port, and logging security TRACE
4de3148View on GitHubsetting cookie, and changed /songs to role ADMIN for tests
bc78fecView on GitHubfilter for auth token verifying, symmetric key and asymmetric key approaches, and also swagger config for adding Authorization Bearer Header
2b06ad6View on GitHub