Skip to content

goblgobl/authen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70aed15 · Nov 2, 2022

History

28 Commits
Nov 2, 2022
Oct 30, 2022
Oct 28, 2022
Oct 30, 2022
Nov 1, 2022
Oct 31, 2022
Oct 30, 2022
Nov 2, 2022
Oct 27, 2022
Nov 2, 2022
Nov 1, 2022
Oct 25, 2022
Oct 30, 2022
Oct 27, 2022
Oct 28, 2022
Nov 2, 2022
Nov 2, 2022
Nov 1, 2022
Oct 28, 2022
Nov 1, 2022

Repository files navigation

Authentication Enhancement

A service for adding 2FA to an existing authentication flow. See the documentation 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.