You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Token based authentication service for Angular2 with multiple user support. Angular2-Token works best with the [devise token auth](https://github.com/lynndylanhurley/devise_token_auth) gem for Rails.
10
+
Token based authentication service for Angular2 with multiple user support. Angular2-Token works best with the [devise token auth](https://github.com/lynndylanhurley/devise_token_auth) gem for Rails.
11
11
Angular2-Token is currently in Alpha. Any contribution is much appreciated.
12
12
13
13
You can try out Angular2-Token [here](https://angular2-token.herokuapp.com/).
@@ -335,7 +335,7 @@ export class OauthCallbackComponent implements OnInit {
335
335
```
336
336
337
337
## HTTP Service Wrapper
338
-
`Angular2TokenService` wraps all standard Angular2 Http Service calls for authentication and token processing.
338
+
`Angular2TokenService` wraps all standard Angular2 Http Service calls for authentication and token processing.
339
339
If `apiPath` is configured it gets added in front of path.
More advanced methods can be used if a higher degree of customization is required.
400
400
401
401
### .request()
402
-
More customized requests can be send with the `.request()`-function. It accepts the RequestOptionsArgs-Interface.
402
+
More customized requests can be send with the `.request()`-function. It accepts the RequestOptionsArgs-Interface.
403
403
More information can be found in the Angular2 API Reference [here](https://angular.io/docs/ts/latest/api/http/index/RequestOptionsArgs-interface.html).
0 commit comments