Skip to content

Releases: frectonz/fayda

v0.0.14

06 Aug 05:50
43950a7

Choose a tag to compare

Patch Changes

  • 20afaac: chore: remove readme edit

v0.0.13

05 Aug 03:27
ab2508c

Choose a tag to compare

Patch Changes

  • e007169: chore: testing prerelease

v0.0.13-next.0

05 Aug 03:20
df4c219

Choose a tag to compare

v0.0.13-next.0 Pre-release
Pre-release

Patch Changes

  • e007169: chore: testing prerelease

v0.0.12

05 Aug 03:02
8d8271b

Choose a tag to compare

Patch Changes

  • ce0c5c9: feat: setup prerelease workflow
  • f97db7d: fix: bugs in prerelease workflow

v0.0.12-next.1

05 Aug 02:32
5e9b5c2

Choose a tag to compare

v0.0.12-next.1 Pre-release
Pre-release

Patch Changes

  • f97db7d: fix: bugs in prerelease workflow

v0.0.11

03 Aug 10:18
536d40b

Choose a tag to compare

Patch Changes

  • b27099d: Add optional scopes parameter to FaydaOptions interface 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.

v0.0.10

02 Aug 21:08
15a300f

Choose a tag to compare

Patch Changes

  • 494d684: chore: fix remove duplicate block in readme

v0.0.9

02 Aug 21:00
926aa6b

Choose a tag to compare

Patch Changes

v0.0.8

02 Aug 20:55
5c35071

Choose a tag to compare

Patch Changes

  • 9bb75e1: fix: make the redirectUrl optional

v0.0.7

02 Aug 20:12
b258396

Choose a tag to compare

Patch Changes