Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sirrobot01/oauth-sso-go

An Oauth2 Single-Sign-On implementation in Go
https://github.com/sirrobot01/oauth-sso-go

Last synced: 5 days ago
JSON representation

An Oauth2 Single-Sign-On implementation in Go

Awesome Lists containing this project

README

        

#### OAUTH2-SSO (Single Sign On) with Go, Go Chi, and JWT

### Commands

#### Run the server

```bash
make start
```

#### Migrate the database

```bash
make migrate
```

#### Make migrations

```bash
make createemigrations
```