Skip to content

Generic packages used to standardize errors, database models, and auth methods across my microservice applications.

Notifications You must be signed in to change notification settings

Fikcup/common-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Common Modules

Auth

  • Contain all token related validation
  • Describe the structure of a valid token
  • Let the service know if a token is expired or valid

Errors

  • Define error structure
  • Have standard error structures (authentication, exception, third party)

Models

  • Define all tables in the database(s)
  • Contain connection methods

About

Generic packages used to standardize errors, database models, and auth methods across my microservice applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published