Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.61 KB

MIT License Continuous Integration Swift 5.3 Vapor 4

VaporAuthServer

The intention of this work is to create a JWT based auth server API for Vapor 4 decoupled from database, email agent and etc.

The project is in the active development phase right now: tests don't pass (and barely present), there's more coupling than needed, some useless packages and it's a ready-to-use vapor app which is not a final goal. Ultimately, it must be a package that one will set as a dependency, map routes and start their own app. The server may then be a central authentication node for multiple projects (think of Auth0) or be incorporated into the app itself

Refer to the Projects page to figure out what is going on.