- Add touch method to FirebaseStore (thanks brianneisler)
- Fixed Firebase Warning auth is being deprecated (thanks acolby)
- Implementation of reap method to clean up expired sessions (issue #5, thanks fpereira1)
- Remove
connect
dependency. Now passsession
to module (to be compatible with express 4.x) - Change option
firebase_url
tohost
- Change option
clean_sid
tocleanSid
- Add
.jshintrc
+ Code clean up
- Add clear()
- Fixes to session id characters, use Firebase.once() instead of Firebase.on() for get()
- Add auth token support
- Initial commit