added client test page
1 parent cc4f77b commit 5f30133e85f472f48c2c6d7c2b6cb6ce1d400384
@agalyaramadoss agalyaramadoss authored on 29 Nov
Showing 10 changed files
View
pom.xml
View
src/main/java/com/heaerie/server/auth201/Auth201Server/config/OAuth2SecurityConfig.java 0 β†’ 100644
View
src/main/java/com/heaerie/server/auth201/Auth201Server/config/SecurityConfig.java 100644 β†’ 0
View
src/main/java/com/heaerie/server/auth201/Auth201Server/controller/LoginController.java 0 β†’ 100644
View
src/main/java/com/heaerie/server/auth201/Auth201Server/controller/UserController.java
View
src/main/resources/static/test-client.html 0 β†’ 100644
View
src/main/resources/templates/authorized.html 0 β†’ 100644
View
src/main/resources/templates/logged-out.html 0 β†’ 100644
View
src/main/resources/templates/login.html 0 β†’ 100644
View
test-oauth.sh