spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to request user authentication once a user signs out and signs in again?

opened this issue · comments

Once a user clicks on logout, the UI Server is logging out, but once again if login is clicked it is automatically authenticating the user, how to discard the earlier authentication and force user authentication once again in this scenario?

Which app are you using? It works for me with all the apps that have a login page.

i'm having the same problem, i'm using modular app... how to make an login page on it?

There's a sample app called "single" that adds a login page to an existing app. It's covered extensively in the tutorial that goes with this project.