Categorygithub.com/jpurdie/authapi
repositorypackage
0.0.0-20210309045450-cfbb22e4b619
Repository: https://github.com/jpurdie/authapi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Authentication REST API starter/skeleton/template with Auth0 authentication

Go

Featuring Many:Many relationship between organization and users for multi-tenant applications.

TODO's:

  • Unit testing
  • Middleware to use DB connection pool instead of new connection or use Redis to cache profiles and rolse
  • Enhance docker integration
  • Solidify error handling, logging, and responses

DB Pre-requisite:

CREATE EXTENSION IF NOT EXISTS "uuid-ossp";