Releases: utopia-php/auth
Releases · utopia-php/auth
Release list
0.9.2
- (feat): support audience resource aliases
0.9.1
- (test): allow hyphenated adjectives in phrase proof regex
- (feat): make loopback redirect port variance opt-in for public clients
0.9.0
- (style): collapse empty constructor body
- (feat): add RFC 8252 loopback-aware redirect URI matching
0.8.0
- Add auth OAuth2 request helpers
- ci: pin root toolchain and fix package checks
- ci: redirect mirror issues
- ci: reuse mirror redirect workflow
0.7.1
- refactor: apply baseline rector to packages that lacked a config
- fix: keep rector opt-in instead of force-running the baseline
- build: hoist baseline rector + phpstan configs to the root
- (chore): hoist phpstan level 5 to the monorepo root
0.7.0
- (refactor): make the verifier immutable via constructor params
- (chore): declare strict_types in PHPass to satisfy rector on php 8.4
- (fix): harden token verification and align Password active hash
- (chore): enable phpstan and rector for the auth package and apply their fixes
- (refactor): promote set-once keys to readonly and default the Proof hash via initializer
- (docs): remove broken build status badge
- (docs): document verifier getKeyId helper, enums, and point tests badge at the auth repo
- feat(auth): add JWT verifiers, claim/header enums, and docs split
0.6.1
First release cut from the utopia-php monorepo.
0.6.0
What's Changed
- Add OAuth2 resource indicator helpers by @ChiragAgg5k in #8
New Contributors
- @ChiragAgg5k made their first contribution in #8
Full Changelog: 0.5.1...0.6.0