Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobackpack/hamr
Authentication library
https://github.com/gobackpack/hamr
auth casbin gin golang gorm oauth2
Last synced: about 1 month ago
JSON representation
Authentication library
- Host: GitHub
- URL: https://github.com/gobackpack/hamr
- Owner: gobackpack
- Created: 2021-09-13T13:59:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T22:15:26.000Z (11 months ago)
- Last Synced: 2024-06-21T12:54:44.083Z (6 months ago)
- Topics: auth, casbin, gin, golang, gorm, oauth2
- Language: Go
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt Go](https://img.shields.io/github/go-mod/go-version/gobackpack/hamr)
### TODO
* [x] Get rid of gin dependency
* [x] Get rid of config.yaml file
* [ ] Make *auth.User pluggable/customizable without PostRegisterCallback()
* [ ] Logout per instance (access_token/refresh_token pair) + logout from all instances
* [ ] Add 2fa for local login