Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```