0.1.2 • Published 5 years ago

angular-oidc-relying-point v0.1.2

Weekly downloads
9
License
-
Repository
-
Last release
5 years ago

AngularOidcRelyingPoint

This library was generated with Angular CLI version 8.2.8.

This library implements OIDC Relying point for intention to be used in NativeScript angular applications. This implementation is based on 'angular-auth-oidc-client' https://github.com/damienbod/angular-auth-oidc-client.git That is oidc certified. Change is to adopt it to be used in non-browser enviroment

Code scaffolding

Run ng generate component component-name --project angular-oidc-relying-point to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project angular-oidc-relying-point.

Note: Don't forget to add --project angular-oidc-relying-point or else it will be added to the default project in your angular.json file.

Build

Run ng build angular-oidc-relying-point to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build angular-oidc-relying-point, go to the dist folder cd dist/angular-oidc-relying-point and run npm publish.

Running unit tests

Run ng test angular-oidc-relying-point to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.