github polterguy/magic v13.2.2
reCAPTCHA support, extra fields for users, and much better MySQL data adapters

latest releases: v17.3.9, v17.3.8, v17.3.7...
2 years ago

The primary features of this release is as follows.

  • reCAPTCHA validator through [validators.recaptcha]
  • Using MySqlConnector instead of MySql.Data which significantly improves MySQL performance due to being "async to the core"
  • Extra fields for user when registering, allowing you to configure what extra fields you want to associated with your users as you register a new user
  • Better CSS in default registration emails
  • All Bazar items now supports both PostgreSQL and SQLite, allowing you to install these also into backends where you're using these databases
  • Significantly simplified docker volumes to ensure the backend is only using one docker volume during deployments through docker

The backend registrations now also natively supports reCAPTCHA, allowing you to configure your Magic server with a reCAPTCHA site-key and secret, preventing bots from being able to register in your backend if you wish.

Don't miss a new magic release

NewReleases is sending notifications on new releases.