angular-token icon indicating copy to clipboard operation
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:

Results 51 angular-token issues
Sort by recently updated
recently updated
newest added

**Description:** There appears to be a bug in the `angular-token` library regarding the handling of the `loginField` parameter during the password reset request. In the current implementation: https://github.com/neroniaky/angular-token/blob/62ecc83b82f20183f7c9cd4a4512f1d4a5004849/projects/angular-token/src/lib/angular-token.service.ts#L415-L418 The loginField...