File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
## angular-auth-oidc-client Changelog
2
2
3
+ <a name =" 2017-08-09 " ></a >
4
+ ### 2017-08-09 version 1.3.4
5
+ * Fix authorization url construction
6
+
7
+
3
8
<a name =" 2017-08-09 " ></a >
4
9
### 2017-08-09 version 1.3.3
5
10
* adding moduleSetup boolean so that the authorization callback can wait until the module is ready
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ or with yarn
34
34
35
35
or you can add the npm package to your package.json
36
36
``` javascript
37
- " angular-auth-oidc-client" : " 1.3.3 "
37
+ " angular-auth-oidc-client" : " 1.3.4 "
38
38
```
39
39
40
40
and type
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-auth-oidc-client" ,
3
- "version" : " 1.3.3 " ,
3
+ "version" : " 1.3.4 " ,
4
4
"description" : " An OpenID Connect Implicit Flow client for Angular" ,
5
5
"main" : " ./bundles/angular-auth-oidc-client.umd.js" ,
6
6
"module" : " ./modules/angular-auth-oidc-client.es5.js" ,
You can’t perform that action at this time.
0 commit comments