Email confirmation in Rails without using any existing authentication gems/plugins

前端 未结 3 573
盖世英雄少女心
盖世英雄少女心 2020-12-12 11:54

I\'m working on this alerting service in Rails. And really, all I need to do is, when a user signs up, send a confirmation email to the user. And upon confirmation from the

3条回答
  •  轮回少年
    2020-12-12 12:17

    Devise is an other excellent authentication gem that comes with email activation build in, perhaps you could give it a go.

提交回复
热议问题