v0.1.0
Changelog
Other
- bfbd146: Add a confirmation step to the magic-link verify (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 53a8ba1: Add the Auth-All core, storage adapters, OAuth providers, and the Magic Link plugin (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 0b2a6c3: Add the account delete endpoints (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 3023b3f: Add the command line tool, the generated contract artifacts, and the verification gate (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 290d853: Add the deployment guide and guard the cookie attributes (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 96810b8: Add the email change endpoints (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 34642c5: Add the generated v1 verification evidence (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 240d08d: Add the password change endpoint (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- c530c1e: Add the release tooling for the binary and the client (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- f74e4bd: Add the session list and the session revocation endpoints (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 8f06f0f: Add the v1 documentation set, the CI gate, and the decision record (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 2f90394: Bind the sign-in timing equalizer to the instance parameters (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- cf54006: End a session at an absolute lifetime and at an idle timeout (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- eabf670: Extend the secret leak test and complete the security model (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 37f2be3: Fix the review round A findings (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- c673102: Fix the review round B findings (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- c1896d2: Fix the review round C finding (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 879a8d1: Forbid a body-supplied subject with a contract test (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 5e4c3a9: Keep the example build out of the working tree (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- d40771c: Keep the local working documents out of the repository (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 7d86602: Keep the specification and the decision log local (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- d83518a: Make a missing rate limiter loud (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- b58d072: Record the v1 verification evidence for commit c1896d2 (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 969019e: Record the v1 verification evidence for commit c673102 (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 4e020cc: Record the v1 verification evidence for commit eabf670 (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 25d8183: Reject a redirect candidate that hides another origin (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- e46392f: Remove a planted password on a proof of address ownership (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 7c40c2e: Rename the TypeScript client package to the personal scope (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 6ceae42: Share one test database project between checkouts (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
- 2b29d48: Trust a forwarded client address only behind a declared proxy (AlterNayte 47716887+AlterNayte@users.noreply.github.com)
Install
Go library:
go get github.com/alternayte/auth-all@v0.1.0TypeScript client:
npm install @alternayte/auth-all-client@0.1.0