Skip to content

Tags: authify/authify

Tags

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jgnagy Jonathan Gnagy
chore: update version to 0.16.3

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was signed with the committer’s verified signature.
jgnagy Jonathan Gnagy
chore: version bump to 0.16.2

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from authify/chore/update-nodejs

Updating nodejs and debian version for Docker build

v0.16.0

Toggle v0.16.0's commit message
Release v0.16.0

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #55 from authify/feat/oauth21-ui-toggle

feat(ui): add OAuth 2.1 strict mode toggle to org settings

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #53 from authify/dependabot/hex/bandit-1.10.3

chore(deps): bump bandit from 1.10.2 to 1.10.3

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #52 from authify/fix/webauthn-signature-verification

Verify assertion signature against stored public key

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #51 from authify/fix/update-jwks-tests

unskip and strengthen JWKS org-isolation test

v0.14.2

Toggle v0.14.2's commit message
Release v0.14.2

Features:
- Add OAuth consent/authorization management for users
- Users can view and revoke authorized applications
- Add "Authorized Applications" page with full grant management

Improvements:
- Fix MFA status display to check both TOTP and WebAuthn
- Move "Manage Emails" button to Account Security section
- Centralize account management actions in profile sidebar

Technical:
- Add audit logging for authorization revocations
- New routes for viewing and revoking OAuth grants
- Improved profile page organization and layout

v0.14.1

Toggle v0.14.1's commit message
Release v0.14.1

Bug Fixes:
- Fix group form showing validation errors before submission attempt
- Fix SAML provider creation page crash due to Protocol.UndefinedError

Changes:
- Wrap field-level error displays with changeset.action check
- Use HTML entities for mustache template syntax examples