ember-simple-auth
ember-simple-auth copied to clipboard
show how to extend the session service in the README
Continuing from my comment here, there isn't any info about this in the docs so yet. https://github.com/simplabs/ember-simple-auth/pull/2285#issuecomment-807876500
As far as I understand this is the preferred way to set a routeAfterAuthentication
so this should definitely be in the docs, right?
Thank you for sharing this! It helpt me a lot!
Hi, it's been awhile, but I've updated the example to use super per @bertdeblock 's suggestion.
Have you seen https://github.com/simplabs/ember-simple-auth/blob/master/guides/managing-current-user.md ?