@johnnyicon wrote:
I am using
ember-simple-auth
as my authentication library.I have a situation where I need to access the
currentUser
‘s ID to retrieve a record in themodel()
hook of a route handler. However, from what I understand, I’m not able to access thesession
service because it is injected into the controller, not into the route handler.Is there a way to actually do this?
Posts: 3
Participants: 2