nilenso / time-tracker

A time-tracker built for education, fun and eventually profit.
http://time.nilenso.com/
Eclipse Public License 1.0
14 stars 6 forks source link

Extract authentication token from :user into it's own key #142

Closed kirang89 closed 4 years ago

kirang89 commented 7 years ago

Currently the google authentication token is stored under :user -> :token in the re-frame db. It would be better to separate the auth details from the user profile into a seperate key.