Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sirrobot01/oauth-sso-go
- Owner: sirrobot01
- Created: 2024-01-16T23:01:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-04T01:01:31.000Z (10 months ago)
- Last Synced: 2024-02-04T02:22:40.412Z (10 months ago)
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```