Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukulmantosh/go-gin-jwt
JWT Authentication with Gin & Mongo - Learning Series
https://github.com/mukulmantosh/go-gin-jwt
gin golang jwt mongodb
Last synced: 10 days ago
JSON representation
JWT Authentication with Gin & Mongo - Learning Series
- Host: GitHub
- URL: https://github.com/mukulmantosh/go-gin-jwt
- Owner: mukulmantosh
- Created: 2023-08-22T05:59:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-26T08:55:47.000Z (over 1 year ago)
- Last Synced: 2024-12-09T03:49:54.156Z (16 days ago)
- Topics: gin, golang, jwt, mongodb
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gin with JWT Authentication
![background](./misc/images/background.png)### Installation
Run the following commands
```bash
go mod tidy
```Once you have installed the dependencies and the MongoDB Server is up and running.
```bash
go run main.go
```