Releases: frectonz/fayda
Releases · frectonz/fayda
Release list
v0.0.14
v0.0.13
Patch Changes
- e007169: chore: testing prerelease
v0.0.13-next.0
v0.0.12
v0.0.12-next.1
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
v0.0.10
Patch Changes
- 494d684: chore: fix remove duplicate block in readme
v0.0.9
Patch Changes
- 965e2f1: chore: add readme
v0.0.8
Patch Changes
- 9bb75e1: fix: make the
redirectUrloptional
v0.0.7
Patch Changes
- 28dd032: feat: set scopes value