An auth provider for go-micro, it replaces go-micro.dev/v4/auth
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.
 
 
 
 
Go to file
René Jochum 9710b3d570
Initial commit
2 years ago
cmd/microauthsqld Initial commit 2 years ago
docker/microauthsqld Initial commit 2 years ago
docs Initial commit 2 years ago
internal Initial commit 2 years ago
plugins Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
Taskfile.yml Initial commit 2 years ago
go.mod Initial commit 2 years ago
go.sum Initial commit 2 years ago
noop.go Initial commit 2 years ago
plugin.go Initial commit 2 years ago
registry.go Initial commit 2 years ago

README.md

Build Status Go Reference

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.

JWT Token Auth

Generate keys

task keys

Developers corner

Build podman/docker image

Prerequesits

Build

task

Remove everything

task rm

Authors

License

Its dual licensed:

  • Apache-2.0
  • GPL-2.0-or-later