Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrkowalczuk/charon
Authorization and authentication service.
https://github.com/piotrkowalczuk/charon
authentication authorization golang grpc postgresql service
Last synced: 8 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T14:02:52.000Z (about 1 month ago)
- Last Synced: 2024-10-15T08:40:14.666Z (23 days ago)
- Topics: authentication, authorization, golang, grpc, postgresql, service
- Language: Go
- Homepage:
- Size: 29.1 MB
- Stars: 83
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Charon [![CircleCI](https://circleci.com/gh/piotrkowalczuk/charon/tree/master.svg?style=svg)](https://circleci.com/gh/piotrkowalczuk/charon/tree/master)
[![GoDoc](https://godoc.org/github.com/piotrkowalczuk/charon?status.svg)](http://godoc.org/github.com/piotrkowalczuk/charon)
[![Test Coverage](https://api.codeclimate.com/v1/badges/de987e80be49eba8fb61/test_coverage)](https://codeclimate.com/github/piotrkowalczuk/charon/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/de987e80be49eba8fb61/maintainability)](https://codeclimate.com/github/piotrkowalczuk/charon/maintainability)
[![Docker Pulls](https://img.shields.io/docker/pulls/piotrkowalczuk/charon.svg?maxAge=604800)](https://hub.docker.com/r/piotrkowalczuk/charon/)
[![pypi](https://img.shields.io/pypi/v/charon-client.svg)](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