Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 20:40
· 70 commits to main since this release

Changes

  • chore: updated go mod (3f58d17)
  • Merge pull request #101 from xraph/sso-return-origin-wildcard (2e2e5b2)
  • feat(sso): implement wildcard support for return URL allowlist and add tests (e891d37)
  • docs(plugins): give every plugin a README that says when not to use it (8340344)

Installation

Go:

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

npm:

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

Flutter:

dependencies:
  authsome_flutter: ^1.7.1

What's Changed

  • feat(sso): implement wildcard support for return URL allowlist and ad… by @jaymesC in #101

Full Changelog: v1.7.0...v1.7.1