Skip to content

v1.5.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:15
· 558 commits to main since this release
074850f

Changes

  • Merge pull request #37 from xraph/feat/email-verification-otp (074850f)
  • refactor(verification): streamline route option initialization for email verification (c46e0b3)
  • feat(verification): implement email verification with OTP and auto-login support (21cbce0)
  • fix(verification): set env_id on email verification record (16511db)
  • fix(verification): route 6-digit token from authed session to OTP path (52f18a7)
  • feat(verification): OTP API + notification wiring; single issue path (cbb987a)
  • feat(verification): OTP email verification engine + store (TDD) (c875306)
  • feat(account): OTP code primitives for email verification (TDD) (edad4b2)

Installation

Go:

go get github.com/xraph/authsome@v1.5.5

npm:

npm install @authsome/client@1.5.5
npm install @authsome/ui-react@1.5.5

Flutter:

dependencies:
  authsome_flutter: ^1.5.5

What's Changed

Full Changelog: v1.5.3...v1.5.5