Skip to content

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.

Releases

Packages

Used by

Contributors

Languages