angular-token
angular-token copied to clipboard
:key: Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [x] Bug report - [ ] Performance issue...
My situation: I host my frontend client at one URL. I host my API at a different URL. When I try to use `oAuthPaths` to configure the API path for...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines - [X] Tests for the changes have been added (for...
I'm trying to set up the "forgot password flow". In my Rails 5 backend I'm using devise_token_auth (0.1.40). I set the frontend up as in the documentation, meaning when an...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [ ] Bug report - [ ] Performance...
I'm trying to add a 'role' property to my users, however I'm getting typescript compilation errors as role isn't defined on UserData. As a workaround, I'm using lodash _.get to...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [ ] Bug report - [ ] Performance...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [x ] Bug report - [ ] Performance...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [x] Bug report - [ ] Performance issue...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines - [x] Tests for the changes have been added (for...