Skip to content

simple auth for Golang + Gorm with Fiber framework, i will improve a little bit of output format soon

Notifications You must be signed in to change notification settings

SirawichDev/Authy-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authy-Go

First of all

- create database

  • you can create with createdb command or manual way with Postico

- create env file for this project i use these environment variables

  • DB_HOST=
  • DB_NAME=
  • DB_USERNAME=
  • DB_PASSWORD=

create .env file on root of project call dev.env or whatever you want just go to database -> connect.go file to change some config

- do go get for install package

- try to run with go run main.go and don't forget to start database services

TodoList

  • Register
  • Login
  • Logout
  • Connect database
  • Cookies integrated
  • Jwt Integrated
  • Reset Password
  • Output Format
  • Sending Email
  • Deploy
  • Test

Thank Krub :3

About

simple auth for Golang + Gorm with Fiber framework, i will improve a little bit of output format soon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages