magic-link icon indicating copy to clipboard operation
magic-link copied to clipboard

Results 17 magic-link issues
Sort by recently updated
recently updated
newest added

Bumps [activestorage](https://github.com/rails/rails) from 6.0.3.2 to 7.0.2.3. Release notes Sourced from activestorage's releases. 7.0.2 Active Support Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4 Stephen Sugden Improve File.atomic_write error handling. Daniel...

dependencies

In the case when a user insert capital letters in his email address when requesting a magic link

I have added a configuration option for the token generator behaviour when a valid token is already in database. There already was the force attribute in generator method which wasn't...

This takes the inline strings out and adds them to a locale config so that they can be customized from outside the engine. Resolves #9

Hi, Can it support `mongoid`? Or does it need a PR? Thanks, HLFH

Either add a page with instructions to check email and/or a config setting to redirect to a page in the host app

Would be nice to support i18n and other languages. Devise solves this with: ``` flash[:alert] = I18n.t("devise.failure.already_authenticated") ```