Jan-Philipp
Jan-Philipp
I recently extracted the token service I used in an Angular2 project. It supports multiple user types and works with the "devise_token_auth" gem out of the box. It is pretty...
@booleanbetrayal - sounds awesome! Gonna need another 2-3 days to add a few things, like proper tests. Will submit a PR by the end of this week.
@booleanbetrayal do you think it makes sense to add the same reference to jToker and devise token auth too? I just finished an example app, which should fit with the...
@booleanbetrayal Thanks! I'm on it.
@kelvinblade you could give [Angular2-Token](https://github.com/neroniaky/angular2-token) a try.
Upgrading `numpy` to 1.16.0 fixed this problem for me, which is suggested here: https://github.com/scikit-learn-contrib/hdbscan/issues/272. Unfortunately this breaks the lock file because `numpy == 1.14.0` is required by catalyst.
If something like this happens its usually an timing issue. The CanActivate method checks if AuthData is set. ``` userSignedIn(): boolean { return !!this._currentAuthData; } ``` In your second example...
@rafaelss95 @chaskas are you using SystemJS?
@rafaelss95 README, paragraph 3. :wink:
@davidjconnolly Or you could fork the repo, modify it for the use of an extended UserData (which is managed by Devise), and create an PR when your done :smile:. Its...