Hi, I wonder if I can implement a Token Based Authentication system using Shiro, or if Shiro supports this by default.
When I say Token Based Authentication, I mean this: "The general concept behind a token-based authentication system is simple. Allow users to enter their username and password in order to obtain a token which allows them to fetch a specific resource - without using their username and password. Once their token has been obtained, the user can offer the token - which offers access to a specific resource for a time period - to the remote site." Read more at: http://www.w3.org/2001/sw/Europe/events/foaf-galway/papers/fp/token_based_authentication/ -- View this message in context: http://shiro-user.582556.n2.nabble.com/Token-based-authentication-with-Shiro-tp7116353p7116353.html Sent from the Shiro User mailing list archive at Nabble.com.
