janko / rodauth-rails

Rails integration for Rodauth authentication framework
https://github.com/jeremyevans/rodauth
MIT License
593 stars 40 forks source link

Rodauth Invitation Question #192

Closed dpaluy closed 1 year ago

dpaluy commented 1 year ago

👋, I'm moving from Devise to Rodauth and one important functionality I'm missing is Invitation flow.

Is there an alternative to Devise Invitable?

If not, what's the correct way to implement it? Should it be a part of the rodauth-rails extension?

Thank you!

janko commented 1 year ago

There isn't any equivalent in Rodauth AFAIK, it would be great if someone would built it. It would definitely be best as a separate gem, and it can be implemented just in Rodauth (I see no reason it should depend on Rails).

I will close this, since Issues are only for bug reports, while questions should be asked in Discussions.