https://github.com/piotrkowalczuk/charon
Authorization and authentication service.
https://github.com/piotrkowalczuk/charon
authentication authorization golang grpc postgresql service
Last synced: 19 days ago
JSON representation
Authorization and authentication service.
- Host: GitHub
- URL: https://github.com/piotrkowalczuk/charon
- Owner: piotrkowalczuk
- License: mit
- Created: 2015-04-19T12:03:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T14:02:52.000Z (7 months ago)
- Last Synced: 2025-03-29T01:06:08.590Z (about 1 month ago)
- Topics: authentication, authorization, golang, grpc, postgresql, service
- Language: Go
- Homepage:
- Size: 29.1 MB
- Stars: 83
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charon [](https://circleci.com/gh/piotrkowalczuk/charon/tree/master)
[](http://godoc.org/github.com/piotrkowalczuk/charon)
[](https://codeclimate.com/github/piotrkowalczuk/charon/test_coverage)
[](https://codeclimate.com/github/piotrkowalczuk/charon/maintainability)
[](https://hub.docker.com/r/piotrkowalczuk/charon/)
[](https://pypi.python.org/pypi/charon-client)
## Quick Start
### Installation
```bash
$ go install github.com/piotrkowalczuk/charon/cmd/charond
$ go install github.com/piotrkowalczuk/charon/cmd/charonctl
```### Superuser
```bash
$ charonctl register -address=localhost:8080 -auth.disabled -register.superuser=true -register.username="[email protected]" -register.password=123 -register.firstname=John -register.lastname=Snow
```
## ExampleTODO
## Contribution
@TODO
### Documentation
@TODO
### TODO
- [x] Auth
- [x] login
- [x] logout
- [x] is authenticated
- [x] subject
- [x] is granted
- [x] belongs to
- [x] Permission
- [x] get
- [x] list
- [x] register
- [x] Group
- [x] get
- [x] list
- [x] modify
- [x] delete
- [x] create
- [x] set permissions
- [x] list permissions
- [x] User
- [x] get
- [x] list
- [x] modify
- [x] delete
- [x] create
- [x] set permissions
- [x] set groups
- [x] list permissions
- [x] list groups
- [x] Refresh Token
- [x] Create
- [x] Revoke
- [x] List