@dkx/ng-auth-jwt
v0.0.3
Published
Jwt plugin for @dkx/ng-auth
Downloads
7
Readme
DKX/Angular/AuthJwt
Jwt plugin for @dkx/ng-auth.
Installation
$ npm install --save @dkx/ng-auth-jwt
or with yarn
$ yarn add @dkx/ng-auth-jwt
Usage
import {NgModule} from '@angular/core';
import {JwtTokenDecoderModule} from '@dkx/ng-auth-jwt';
@NgModule({
imports: [
JwtTokenDecoderModule.forRoot(),
],
})
export class AppModule {}