3.0.2 • Published 4 months ago

bravo-auth v3.0.2

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

README!

An OAuth2 client, ready to interact with your resource server and integrate your multiple angular applications into a single sing on portal.

Installation

Note: Angular CLI 17.0.0 or higher is required

Run:

npm i bravo-auth@your-desired-version

Setup

Step 1

First, you will need to include the following configuration into your environment.ts or anywhere you want:

authConfig: {  
 apiUrl: 'https://your_resource_server_url', // URL Resource Server (Auth-Service) 
 rsUrl: 'https://your_single_sign_on_portal' // Single-Sign-On Portal URL, 
 apiClient: 'API_KEY', 
 apiSecret: 'API_SECRET' 
 }
Step 2

include the following into your AppModule:

BravoAuthModule.forRoot(environment.authConfig) 
Step 3

In your AppModule, modify its constructor to include the following lines:

constructor(authService: BravoAuthService) {
    authService.listen();
}

Developers

3.0.2

4 months ago

3.0.1

4 months ago

3.0.0

4 months ago

2.2.1

6 months ago

2.1.2

6 months ago

2.2.0

6 months ago

2.1.1

9 months ago

2.1.3

6 months ago

2.1.0

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.8

2 years ago

1.2.9

2 years ago

1.2.12

2 years ago

1.2.13

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

1.2.14

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago