nilenso/time-tracker

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

kirang89 opened this issue · 0 comments

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.