msolters / Tiles

Dynamic CV and Resume app
http://tilesjs.meteor.com
0 stars 1 forks source link

In/Out Redirection in /client/lib #43

Closed msolters closed 9 years ago

msolters commented 9 years ago

Create client lib functions that check if a user is logged in or not and return true or false.

These can be used to protect routes such as /register or /login from being hit by users already logged in, for instance.