Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Authentication template REST API. Stack: Go, echo framework, PostgreSQL, Redis, Auth0

License

Notifications You must be signed in to change notification settings

jpurdie/backend_auth_golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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";

About

Authentication template REST API. Stack: Go, echo framework, PostgreSQL, Redis, Auth0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published