Skip to content

A starter Rails 3 app with username/password authentication pre-rolled

Notifications You must be signed in to change notification settings

drusepth/Rails3-FastAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounts are handled in the Users controller/model.

Login sessions are handled in the Session controller.

Check if a user is logged in with session[:user] (it contains their user ID).

Will write more when it's not 3AM (AKA tomorrow hopefully).

About

A starter Rails 3 app with username/password authentication pre-rolled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published