Skip to content

vishnukumarbp/golang_authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scaffold The App

Our Golang application involves these four routes:

GET / - Renders the homepage.

GET /login - Renders the "Log In" page.

GET /profile - Renders the "Profile" page.

POST /login - Authenticates the user and stores the token cookie. When successful, redirects the user to the "Profile" page.

POST /logout - Unauthenticates the user and deletes the token cookie. When successful, redirects the user back to the homepage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages