0.1.2 • Published 4 years ago

@tdoe/tdoe-authentication-library v0.1.2

Weekly downloads
27
License
MIT
Repository
-
Last release
4 years ago

TDOE Authentication Package

This module will simplify the oidc implementation for TDOE applications

Documentation/Demo website

Library Setup

Add packages

npm install @tdoe/tdoe-authentication-library angular-auth-oidc-client

Import Module

  • environment: The name of the environment you are running in (vs, dev, uat, prod)
  • oidcConfigPath: The path to the JSON file for your oidc config. You will also need one per environment
  • debug: Will log debug information to the console
  • clientId: Your oidc clientId

import { TdoeAuthenticationLibraryModule } from '@tdoe/tdoe-authentication-library';

TdoeAuthenticationLibraryModule.forRoot({ environment: environment.envName, oidcConfigPath: assets/oidc/auth-client.${environment.envName}.json, debug: (environment.envName === 'vs'), clientId: environment.client_id });

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago