I'm also in the process of implementing token based authentication (Client-ID and Access-Token sent from client). I found this GitHub project, which inspired me alot:
https://github.com/zwaldowski/ProjectTeamRocket/tree/master/FindMyThingsServer/src/edu/gatech/oad/rocket/findmythings/server/security I got the authentication working, now I'm trying to add roles, without success. Any ideas? I dont want to use static roles/users in .INI-file. Regards Filip -- View this message in context: http://shiro-user.582556.n2.nabble.com/REST-APIs-token-based-authentication-authorization-tp7578891p7580134.html Sent from the Shiro User mailing list archive at Nabble.com.
