https://github.com/goblgobl/authen
Add 2FA to an existing authentication flow
https://github.com/goblgobl/authen
authentication go microservice security self-hosted
Last synced: 2 months ago
JSON representation
Add 2FA to an existing authentication flow
- Host: GitHub
- URL: https://github.com/goblgobl/authen
- Owner: goblgobl
- License: mpl-2.0
- Created: 2022-11-01T04:29:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:58:55.000Z (about 3 years ago)
- Last Synced: 2025-08-30T08:52:54.586Z (7 months ago)
- Topics: authentication, go, microservice, security, self-hosted
- Language: Go
- Homepage:
- Size: 157 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentication Enhancement
A service for adding 2FA and tickets to an existing authentication flow. See the [documentation](https://www.goblgobl.com/docs/authen) for more information on what it does and how to use it.
## Development
Requires Go (1.18+), PostgreSQL and CockroachDB. Use `make t` to run all tests. We don't use Docker because its startup/teardown time is noticeable enough to be annoying when quickly iterating (though of course, you can use what you want).
You can set the `GOBL_TEST_PG` and `GOBL_TEST_CR` environment variables to the full postgres and cockroach connection URLs, they default to: `postgres://localhost:5432` and `postgres://root@localhost:26257` respectively. A `gobl_test` database will automatically be created.