ngx-oauth 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +22 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Angular OAuth
|
|
2
2
|
|
|
3
|
-
> `Ngx-oauth` is a fully **OAuth 2.1** angular library
|
|
3
|
+
> `Ngx-oauth` is a fully **OAuth 2.1** compliant angular library. The library supports all the 4 flows:
|
|
4
4
|
> * **resource**
|
|
5
5
|
> * **implicit**
|
|
6
6
|
> * **authorization code**
|
package/package.json
CHANGED
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-oauth",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
|
+
"author": "Fl0r14n <florian.chis@gmail.com>",
|
|
5
|
+
"homepage": "https://github.com/Fl0r14n/ngx-oauth",
|
|
6
|
+
"description": "A fully OAuth2.1 compliant angular library",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"angular",
|
|
10
|
+
"angular13",
|
|
11
|
+
"Angular 13",
|
|
12
|
+
"ng2",
|
|
13
|
+
"oauth",
|
|
14
|
+
"oauth2",
|
|
15
|
+
"oidc",
|
|
16
|
+
"pkce",
|
|
17
|
+
"authorization",
|
|
18
|
+
"openid",
|
|
19
|
+
"openid connect"
|
|
20
|
+
],
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git@github.com:Fl0r14n/ngx-datatable-bootstrap4.git"
|
|
24
|
+
},
|
|
4
25
|
"peerDependencies": {
|
|
5
26
|
"@angular/common": "^13.0.0",
|
|
6
27
|
"@angular/core": "^13.0.0"
|