Releases: frectonz/fayda
Releases · frectonz/fayda
v0.0.14
v0.0.13
v0.0.13-next.0
Patch Changes
- e007169: chore: testing prerelease
v0.0.12
v0.0.12-next.1
Patch Changes
- f97db7d: fix: bugs in prerelease workflow
v0.0.11
Patch Changes
-
b27099d: Add optional
scopesparameter toFaydaOptionsinterface for customizable OAuth scopes.- New Feature: Added
scopes?: string[]parameter to allow custom OAuth scope configuration - Default Behavior: Maintains existing default scopes
["openid", "profile", "email"]when not provided - Backward Compatible: Existing implementations continue to work without changes
- Usage: Pass custom scopes like
scopes: ["openid", "profile", "email", "address"]for additional permissions
This enables flexible authentication by allowing users to request specific OAuth scopes based on their application needs.
- New Feature: Added