You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/tag Build is passing
Details
|
8 months ago | |
---|---|---|
cmd/microauth2sqld | 8 months ago | |
docker/microauth2sqld | 8 months ago | |
docs | 8 months ago | |
internal | 8 months ago | |
plugins | 8 months ago | |
shared | 8 months ago | |
.drone.yml | 8 months ago | |
.env.sample | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
Taskfile.yml | 8 months ago | |
component.go | 8 months ago | |
docker-compose.yml | 8 months ago | |
env.sh | 8 months ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
noop.go | 8 months ago | |
plugin.go | 8 months ago | |
roles.go | 8 months ago | |
user.go | 8 months ago |
README.md
auth2
An auth provider for go-micro, it get's users from a postgres database, in the future maybe from other SQL Databases supported by bun as well.
It registers itself with router, if you use it in your stack.
THIS IS WORK IN PROGRESS
Everything in here may change without backward compatiblity until we reach v1.0.0. You also might except bugs or half-implemented stuff.
JWT Token Auth
Generate keys
task keys
Developers corner
Build podman/docker image
Prerequesits
- podman
- Task
Build
task
Remove everything
task rm
Authors
- René Jochum - rene@jochum.dev
License
Its dual licensed:
- Apache-2.0
- GPL-2.0-or-later