Skip to content

Releases: ValueMelody/melody-auth

v1.2.7

18 Apr 03:20
7faf803
Compare
Choose a tag to compare

What's Changed

  • Add docker support for node dev env by @byn9826 in #302
  • Add Angular SDK by @byn9826 in #303
  • Fix server deploy pipeline by @byn9826 in #304
  • Group sdks into a single folder by @byn9826 in #309
  • Allow email mfa fallback applys to otp and sms mfa at the same time by @byn9826 in #310
  • Set default logo to svg file by @byn9826 in #311
  • Support setup otp mfa manually by @byn9826 in #312
  • Support postmark as email sender by @byn9826 in #315
  • Make server use its independent package-lock.json by @byn9826 in #316
  • Remove examples folder and add pnpm lock file by @byn9826 in #317
  • Remove pnpm lock to fix cloudflare auto build by @byn9826 in #318
  • Set email logo as a separated config since svg are not supported in some email clients by @byn9826 in #319
  • Add tests for angular-sdk by @byn9826 in #322

Full Changelog: v1.2.6...v1.2.7

v1.2.6

12 Apr 02:57
1de79ce
Compare
Choose a tag to compare

What's Changed

  • Require email scope from discord by default by @byn9826 in #293
  • Add loading state to action buttons on identity pages by @byn9826 in #294
  • Fully authorized token should bypass unexpected mfa changes by @byn9826 in #295
  • Avoid frontend infinitely redirecting when unexpected server error occurs by @byn9826 in #296
  • Disable email field after load passkey info by @byn9826 in #297
  • Move sms country code config to configs/variable by @byn9826 in #298
  • Add doc for how to customize branding by @byn9826 in #299

Full Changelog: v1.2.5...v1.2.6

v1.2.5

07 Apr 03:01
5106a0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

31 Mar 03:44
393be7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

27 Mar 00:43
74ff42f
Compare
Choose a tag to compare

What's Changed

  • Add doc for how to manage multiple Cloudflare remote envs by @byn9826 in #268
  • Add basic log middleware with info log level by @byn9826 in #269
  • Support get users by org id in s2s api and admin-panel by @byn9826 in #271
  • Handle org slug change and org delete when there are org users properly by @byn9826 in #272
  • Add instructions to update the redirectUri values by @raph in #270
  • Add error level logger by @byn9826 in #273
  • Add warn level logger by @byn9826 in #275
  • Increase server test coverage by @byn9826 in #276
  • Increase test coverage for server view files by @byn9826 in #277

New Contributors

  • @raph made their first contribution in #270

Full Changelog: v1.2.2...v1.2.3

v1.2.2

17 Mar 02:41
fc4b9fa
Compare
Choose a tag to compare

What's Changed

  • fix admin panel build warning on i18.ts by @stonecobra in #259
  • Update i18n.ts file location based on latest package requirement by @byn9826 in #263
  • Support passwordless sign-in by @byn9826 in #264
  • Refactor server locale config, split into message config and locale tool in pages by @byn9826 in #265
  • Exposure userInfo directly from react-sdk and use in admin-panel by @byn9826 in #266
  • Split server views to independent components and add unit tests by @byn9826 in #267

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 Mar 21:18
a4e955d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

05 Mar 04:38
6964194
Compare
Choose a tag to compare

What's Changed

  • Add initial setup and layout for server views using hono/jsx/dom by @byn9826 in #247
  • Rewrite sign-in components by jsx/dom by @byn9826 in #248
  • Rebuild signup and consent page with jsx/dom by @byn9826 in #249
  • Rebuild mfa pages with jsx/dom by @byn9826 in #250
  • Rebuild passkey and reset password page with jsx/dom by @byn9826 in #251
  • Rebuild policy views with jsx/dom by @byn9826 in #252
  • Rebuild verifyEmail & authCodeExpired page with jsx/dom by @byn9826 in #253
  • Major refactor of identity service & tests, make jsx/dom as identity view renderer by @byn9826 in #254

Full Changelog: v1.1.9...v1.2.0

v1.1.9

25 Feb 23:53
0839671
Compare
Choose a tag to compare

What's Changed

  • Add a demo site with OTP MFA and Passkey enrollment option by @byn9826 in #241
  • Improve SMS MFA usability by SMS_MFA_COUNTRY_CODE config by @byn9826 in #242
  • Accessibility improvement on input elements by @byn9826 in #243
  • Add resend.com to supported mail providers by @luizfonseca in #244
  • Add tests for server templates by @byn9826 in #246

Full Changelog: v1.1.8...v1.1.9

v1.1.8

21 Feb 03:32
b8594b1
Compare
Choose a tag to compare

What's Changed

  • Fix docs deploy pipeline by @byn9826 in #231
  • Add workflow for deploying admin-panel to cloudflare by @byn9826 in #232
  • Support login with popup in react-sdk by @byn9826 in #233
  • Fix admin-panel cf:build and verify it in pr-check pipeline by @byn9826 in #234
  • Fix error clear issue when input wrong otp mfa code by @byn9826 in #235
  • Improve email service by spliting the providers into different classes by @luizfonseca in #236
  • Enforce target origin restriction for login popup method by @byn9826 in #237
  • Add eye icons to toggle password visibility by @byn9826 in #238
  • Add docs for how to use deployment pipelines by @byn9826 in #240

New Contributors

Full Changelog: v1.1.7...v1.1.8