You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
1. What is devise and why should we use it instead of creating our own login pattern?
10
+
2. How would devise require login before the home action on a welcome controller?
11
+
3. If I wanted to send an email each time a resource in my application was created how would I do it? (Pretend I have a FunMailer ActionMailer class with a notify_about_resource method)
12
+
4. What is Authorization? How is it different from Authentication?
0 commit comments