Skip to content

Releases: ValueMelody/melody-auth

v1.3.8

20 Mar 01:13
9fd558c

Choose a tag to compare

What's Changed

  • Add tests for switch org view by @byn9826 in #448
  • Allow change code expiry time by @byn9826 in #449
  • Support set unique user attribute by @byn9826 in #450
  • Support change org policy by @byn9826 in #452
  • Define volume names for docker by @byn9826 in #455
  • Store customized validation regex for user attributes by @byn9826 in #456
  • Update dependencies by @byn9826 in #457
  • Implement user attribute validation regex logic by @byn9826 in #458
  • Switch to discoverable passkey selection signin flow by @byn9826 in #460
  • Make admin panel logout btn full width by @byn9826 in #461
  • Allow send email/sms to real address on dev env by @byn9826 in #462
  • Support use postgres with cloudflare workers by @byn9826 in #463
  • Update doc for comment out d1 section when use workers with postgres by @byn9826 in #467
  • Support adjust log cleanup days in admin panel by @byn9826 in #468

Full Changelog: v1.3.7...v1.3.8

v1.3.7

21 Nov 01:13
ae62167

Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

29 Aug 00:56
5fcee76

Choose a tag to compare

What's Changed

  • Add docs for web-sdk by @byn9826 in #419
  • Regroup docs by @byn9826 in #420
  • Improve pr-check pipeline by @byn9826 in #421
  • Only return app secret from post /apps endpoint by @byn9826 in #422
  • Show manage recovery code button when enabled on admin-panel by @byn9826 in #423
  • Allow user with read_app access to view app banner detail page by @byn9826 in #424
  • Use new demo site and fix suppression for admin panel read only mode by @byn9826 in #425
  • Add docs for org groups, user attributes, and log management by @byn9826 in #427
  • Add docs for main features by @byn9826 in #428
  • Show eye icon instead of pencil icon for readonly admin panel access by @byn9826 in #429
  • Update admin panel screenshots by @byn9826 in #430
  • Update admin panel screeshot in zh doc by @byn9826 in #431
  • Add EMAIL_PROVIDER_NAME var to make email provider config more scalable by @byn9826 in #432
  • Define name for dev docker container by @byn9826 in #433
  • Move phone number validation regex to variable config by @byn9826 in #434

Full Changelog: v1.3.5...v1.3.6

v1.3.5

09 Aug 01:26
e8160a8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

13 Jul 23:55
ed35295

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

28 Jun 00:51
3a96947

Choose a tag to compare

What's Changed

  • Allow use org only for branding override by @byn9826 in #386
  • Indicate required fields on admin panel forms by @byn9826 in #387
  • Support trigger oidc sso signin redirect with policy by @byn9826 in #388
  • Support disable SAML IDP by @byn9826 in #389
  • Support crud org group by @byn9826 in #390
  • Support add user to org group by @byn9826 in #391
  • Show user org groups and support list users of one org group by @byn9826 in #392
  • Support server pages locale in zh by @byn9826 in #393
  • Support get list of users with one role by @byn9826 in #394
  • Add docs for how to trigger oidc sso login redirect by @byn9826 in #395

Full Changelog: v1.3.2...v1.3.3

v1.3.2

11 Jun 00:01
636bc26

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

30 May 02:22
4e1f75b

Choose a tag to compare

What's Changed

  • Return error messages on admin panel token exchange request by @byn9826 in #367
  • Add user attribute table and api by @byn9826 in #368
  • Reflect user attribute in signup form by @byn9826 in #370
  • Reflect user attribute in userinfo by @byn9826 in #371
  • Reflect user attribute in id token and embedded signup by @byn9826 in #372
  • Support user attribute value in s2s and admin panel by @byn9826 in #373
  • Support locales for user attribute by @byn9826 in #374
  • Add more tests for user attributes by @byn9826 in #376
  • Add link to example using web-sdk in plain JavaScript by @byn9826 in #377

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 May 20:13
b1589f2

Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.3.0

v1.2.9

10 May 02:22
805e52c

Choose a tag to compare

What's Changed

  • Exposure idToken from sdks by @byn9826 in #340
  • Support replace email verification with welcome email by @byn9826 in #343
  • Verify user status on token exchange with refresh token by @byn9826 in #347
  • Support app level mfa config by @byn9826 in #348
  • Support update user's org through s2s and admin panel by @byn9826 in #349
  • Allow disable public registration on an org by @byn9826 in #350
  • Add empty hooks to allow developers extend server with less git conflict by @byn9826 in #351
  • Add more tests to admin panel by @byn9826 in #352
  • Fix server-test-coverage-badge CI by @byn9826 in #353

Full Changelog: v1.2.8...v1.2.9