v0.2.0
Changelog
Other
- d075eed: Add the RequireAuth and LoadSession middleware (@alternayte)
- cebf7c8: Add the TOTP algorithm package (@alternayte)
- 36e7029: Add the TOTP enrolment endpoints (@alternayte)
- 666bb32: Add the TOTP storage (@alternayte)
- 1c94fc7: Add the generic OpenID Connect provider (@alternayte)
- 86452ff: Add the recovery code generator (@alternayte)
- e4518b9: Add the recovery code storage (@alternayte)
- baef50d: Add the recovery codes to the second factor (@alternayte)
- cb5e0d0: Build the TypeScript client before the typecheck (@alternayte)
- 7080b2c: Cover the duplicate provider identifier guard (@alternayte)
- 09e8146: Cover the magic-link redirect with the second factor (@alternayte)
- b7a8586: Document the generic OpenID Connect provider (@alternayte)
- 4b15df7: Document the second factor across the guides (@alternayte)
- e14a58a: Gate the sign-in behind the second factor (@alternayte)
- 795c0fb: Keep the development tools out of the published module graph (@alternayte)
- 3754a7b: Record the verification evidence for commit b7a8586 (@alternayte)
- a7decab: Record the verification evidence for commit baef50d (@alternayte)
- ee823ce: Record the verification evidence for commit cb5e0d0 (@alternayte)
- 7b8f8f3: Reduce the Google provider to a preset (@alternayte)
- 119c191: Skip the PostgreSQL tests outside of verification (@alternayte)
Install
Go library:
go get github.com/alternayte/auth-all@v0.2.0TypeScript client:
npm install @alternayte/auth-all-client@0.2.0