passwordless
passwordless copied to clipboard
🗝 Authentication for your Rails app without the icky-ness of passwords
Hey! I just found this warning and cant figure why I have this warning: ```txt Passwordless::ControllerHelpers#sign_in with authenticatable (`User') is deprecated. Falling back to creating a new Passwordless::Session ``` It's...
Hi gang, this is a great library. Many many thanks. I'm attempting to pass a url parameter for `destination_path` with the goal of redirecting a user from the magic link...
This PR marks the beginnings of working towards a 1.0 of Passwordless. There will be breaking changes. ## Plans 1. [x] Remove `isolate_namespace` - This prevents the weird behaviour of...
Hey @mikker, I realized that I couldn't get magic link requests to work at all without always doing a redirect for Turbo. Turbo is always going to complain about the...
Hi there! I've been using this gem for a while now and I love the built-in functionality and ability to send out these magic links, it makes logging in a...
Stores hashed versions of the tokens in the database per #80. This PR is not quite done yet, but I wanted to share the draft to get feedback in the...
Hello there and congrats on this gem! :) I'm trying it out, migrating from devise, and so I'm trying to replicate the most important functionalities. The one the puzzles me...
Hello everyone. I wasn't able to figure out how to set flash messages when user is redirected after actions like successful login, failure or sign out.  My use case...
Maybe via lambda. PR welcome if you need this. See #94
Hi @mikker, thanks so much for building Passwordless! It does exactly what I need. I am using this with [rails_admin](https://github.com/sferik/rails_admin) via the [manual custom auth](https://github.com/sferik/rails_admin/wiki/Customized-authorization) approach. My user class looks...