Skip to content

Golang auth system with GoFiber and SurrealDb ๐Ÿ‘Œ

Notifications You must be signed in to change notification settings

zukreindev/SurrealAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SurrealAuth

Golang auth system with GoFiber and SurrealDb

Primarily

In this project I wrote an authentication system using gofiber and surrealdb, you can use it by filling the requirements and use it as a reference for your projects.

Packages I used in the project

  • color - color library for console messages
  • go-fiber - http framework
  • surrealdb - database package
  • jwt - json webtoken
  • ini - configuration file manager

Installation

To install packages

 go mod tidy

SurrealDb download and launch

macos: brew install surrealdb/tap/surreal
linux: curl  -sSf https://install.surrealdb.com |  sh
windows: iwr https://windows.surrealdb.com -useb  | iex

Start Command: surreal start --user root --pass root

Support

I would be very happy if you star ๐Ÿ˜€

About

Golang auth system with GoFiber and SurrealDb ๐Ÿ‘Œ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages