auth
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.
JWT Token Auth
Generate keys
task keys
Developers corner
Build podman/docker image
Prerequesits
- podman
- Task
Build
task
Remove everything except the resulting podman images created by task
task rm
Authors
- René Jochum – [email protected]
License
Its dual licensed:
- Apache-2.0
- GPL-2.0-or-later