Skip to content

marvinAlvarenga/API_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API_Authentication

This project tries to show how to implement authentication into an API in a deacoupled way.

You can build one module per authentication service you want to use (Google authentication module is already done) and integrate it using the created services as interfaces.

Features

  • Provide a module with endpoints and services to authenticate using a Google Account.
  • Extend Simple JWT Module to support Token tracking in DB. This backend has to be used by any authentication module like Google App to provide on site tokens.
  • Provide services to register and retrive an user.

Extra

Permission app could be named in a different way (User app could be more appropriate).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages