Authenticator

Simple Security Enabler

Computer vector created by stories - www.freepik.com

Have you wondered if we could somehow get a code for a specific use case. A typical example is that of authentication & authorisation. We could use it as is with minimal configuration and not re-inventing wheel. Software industry promotes re-usability but when we look for re-usability we hardly find code for specific use case. I like to create simple libraries which serve this purpose. Authenticator is for only adding authentication and authorisation layer into your spring app. It's a library which integrates with Mongo DB as the backend for storing credentials. It provides APIs for registration, login and generating access token having certain configurable validity. All you have to do is add this as a dependency into your project.