Skip to content

valitovgaziz/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth

Golang authenticate and authorize.

routes

This directory will contain the definitions of the different routes for the server, which map URLs to specific functions.

controllers

This directory will hold the functions that will handle the incoming requests and interact with the models and other components.

models

This directory will store the data models that represent the objects in the application and their relationships.

middlewares

This directory will contain any middleware functions that process requests and responses, such as authentication or logging.

utils

This directory will house various utility functions that are used throughout the application, such as helper functions or custom data types.

About

Golang authenticate and authorize.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors