GithubHelp home page GithubHelp logo

authentication-service's Introduction

Authentication Microservice

authentication-service is an authentication microservice with jwt

Keep it simple

The login and registration services are cumbersome and difficult, and they create a huge load on the servers.

The idea of this project is an example of how to make an external service that is in charge of generating jwt tokens with the necessary user data and signed by its own certificate

How to use

The use of this service is simple, all you have to do is modify the service configuration file, put a different database to the one used in the rest of the services to prevent them from saturating each other and if you want to encrypt plus the password that is stored encrypted in the database. And if you want, add roles to users.

Then in the services that require authentication, you would only have to verify that the jwt token has not expired and that it is signed with the certificate itself.

Once verified, we can obtain the necessary data by accessing the certificate data.

authentication-service's People

Contributors

katakurinna avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.