Releases: ValueMelody/melody-auth
Releases · ValueMelody/melody-auth
v1.3.7
What's Changed
- Validate org config for all signup methods by @byn9826 in #435
- Nextjs Support by @WERDXZ in #408
- Publish new packages by @byn9826 in #437
- Record user org relation in user_org table by @byn9826 in #438
- Add s2s endpoints for get and post user orgs by @byn9826 in #439
- Support set user to multi orgs in admin panel by @byn9826 in #441
- Support get all users in an org by @byn9826 in #442
- Fix copy in manage user orgs modal by @byn9826 in #444
- Add switch org view by @byn9826 in #445
- Allow switch org with embedded api by @byn9826 in #446
- Add doc for switch org by @byn9826 in #447
Full Changelog: v1.3.6...v1.3.7
v1.3.6
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
What's Changed
- Allow skip mfa for 30 days on the same device by @byn9826 in #406
- Support remember device for MFA in embedded API by @byn9826 in #409
- cookie support with tests by @WERDXZ in #410
- Publish web sdk with cookie support by @byn9826 in #411
- New admin panel layout based on shadcn-admin by @byn9826 in #412
- Add S2s API for manage app banners by @byn9826 in #413
- Support manage app banners in admin panel by @byn9826 in #414
- Show banners on sign-in page based on config by @byn9826 in #415
- Support get banners with embedded API by @byn9826 in #416
- Add doc for app banner feature by @byn9826 in #417
New Contributors
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- Add recovery code screen during signin/signup by @byn9826 in #396
- Support recovery code sign in by @byn9826 in #397
- Add docs and tests for recovery code by @byn9826 in #398
- Support recovery code in embedded API by @byn9826 in #399
- Support manage recovery code policy by @byn9826 in #400
- Allow use recovery code for policy sign in by @byn9826 in #401
- Support passkey in embedded API by @byn9826 in #402
- Add tests for embedded API passkey flows by @byn9826 in #403
- Fix test coverage badge GitHub action by @byn9826 in #404
- Move docker to devops folder by @byn9826 in #405
Full Changelog: v1.3.3...v1.3.4
v1.3.3
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
What's Changed
- Add docs in CN by @byn9826 in #378
- Add prototype for enable SAML SSO as service provider by @byn9826 in #380
- Support manage saml idp configs by @byn9826 in #382
- Support saml sso login redirect with policy by @byn9826 in #383
- Add tests for saml sso by @byn9826 in #384
- Add doc for SAML SSO by @byn9826 in #385
Full Changelog: v1.3.1...v1.3.2
v1.3.1
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
What's Changed
- Add basic embedded auth api setup by @byn9826 in #354
- Support sign-in and token exchange with embedded api by @byn9826 in #355
- Add sign-up and sign-out endpoint to embedded api by @byn9826 in #356
- Support app consent through embedded api by @byn9826 in #358
- Support send reset password email in embedded api by @byn9826 in #359
- Support email mfa in embedded api by @byn9826 in #360
- Support otp mfa in embedded api by @byn9826 in #361
- Support sms mfa in embedded api by @byn9826 in #362
- Support otp and sms initial setup in embedded api by @byn9826 in #363
- Support mfa enroll in embedded api by @byn9826 in #364
- Add embedded auth api doc by @byn9826 in #365
Full Changelog: v1.2.9...v1.3.0
v1.2.9
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
v1.2.8
What's Changed
- Allow fallback to email mfa to skip sms setup by @byn9826 in #323
- Update react-sdk build config for react19 by @byn9826 in #325
- Fix typing export issue in sdks by @byn9826 in #326
- Update to latest wrangler version by @byn9826 in #327
- Add an S2S API to generate impersonation refresh_token by @byn9826 in #328
- Add client side integration of impersonation by @byn9826 in #329
- Clear stored account in storage after load refresh token from query string by @byn9826 in #330
- Fix secret generate script in wrangler@4 by @byn9826 in #332
- Update admin-panel doc about worker to worker request limitation by @byn9826 in #333
- Add iss to access_token by @byn9826 in #335
- Support clean logs by @byn9826 in #336
- Suppress clean log buttons based on access by @byn9826 in #337
- Support suppress language switch on admin panel by @byn9826 in #338
- Add doc for how to allow a custom role to perform impersonation by @byn9826 in #339
Full Changelog: v1.2.7...v1.2.8