thakerhardiks / RAuth

RAuth token based authentication system using Java and Redis
http://thakerhardiks.github.io/RAuth/
GNU General Public License v3.0
8 stars 2 forks source link

RAuth - Reliable Robust Radix Authentication

RAuth token based authentication system build on top of Java and Redis.

Alt text

The general concept behind a RAuth 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.

RAuth is a java library which provides token-based authentication system for all type of java projects or can run independently to support your existing system.

Prerequisite

Generating Authentication Tokens

Authenticating Tokens

What's Next?

Thank you

Thanks for checking this out. If you have any questions, I'll be on Twitter. If you're using this, let me know! I'd love to see it. Let's make a simple, secure & scalable authentication system together!