Skip to content

A simple rest api using golang and go-fiber framework with JWT token with token revocation

License

Notifications You must be signed in to change notification settings

ishanshre/GoFiberRestApiJWTAuth

Repository files navigation

GoFiberRestApiJWTAuth

A simple rest api using golang and go-fiber framework with JWT token with token revocation

.env file

    m_db_username=your own config
    m_db_password=your own config
    m_db_dbname=your own config
    postgres="user=your own config password=your own config dbname=your own config sslmode=disable"
    test="user=your own config password=your own config dbname=your own config sslmode=disable"
    jwt_secret=your secret key

About

A simple rest api using golang and go-fiber framework with JWT token with token revocation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published