Skip to content

alicimsamil/auth-methods-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains examples of basic, token-based, and session-based authentication methods implemented in Go.


  • Basic Authentication: Simple username and password authentication.
  • Token-Based Authentication: Using tokens (JWT) for stateless authentication.
  • Session-Based Authentication: Using server-side sessions to maintain authentication state.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages