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
Allow users to create accounts in the system and authenticate.
Any pages creted while a login session is active will be associated with the logged in user. A uses will have a protected route to see all the pages they created.
/my-pages (when logged in) -> displays all pages associated with the current user.
Allow users to create accounts in the system and authenticate.
Any pages creted while a login session is active will be associated with the logged in user. A uses will have a protected route to see all the pages they created.
/my-pages
(when logged in) -> displays all pages associated with the current user.Suggested llibrary: https://github.com/wardencommunity/sinatra_warden
The text was updated successfully, but these errors were encountered: