File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11## Angular Lib for OpenID Connect/OAuth2 Changelog
22
3+ ### 2022-06-10 14.0.2
4+
5+ - Disable id_token time validation
6+ - [ PR] ( https://github.com/damienbod/angular-auth-oidc-client/pull/1451 )
7+
38### 2022-05-22 14.0.1
49
510- Fix regression in the check session service
Original file line number Diff line number Diff line change 88 "bugs" : {
99 "url" : " https://github.com/damienbod/angular-auth-oidc-client/issues"
1010 },
11- "version" : " 14.0.1 " ,
11+ "version" : " 14.0.2 " ,
1212 "scripts" : {
1313 "ng" : " ng" ,
1414 "build" : " npm run build-lib" ,
Original file line number Diff line number Diff line change 3636 " authorization"
3737 ],
3838 "license" : " MIT" ,
39- "version" : " 14.0.1 " ,
39+ "version" : " 14.0.2 " ,
4040 "description" : " Angular Lib for OpenID Connect & OAuth2" ,
4141 "schematics" : " ./schematics/collection.json" ,
4242 "ng-add" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " schematics" ,
3- "version" : " 14.0.1 " ,
3+ "version" : " 14.0.2 " ,
44 "description" : " A schematic for the Angular Lib for OpenID Connect & OAuth2" ,
55 "scripts" : {
66 "build" : " tsc -p tsconfig.json" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { NgAddOptions } from '../models/ng-add-options';
55const dependenciesToAdd : any [ ] = [
66 {
77 name : 'angular-auth-oidc-client' ,
8- version : '14.0.1 ' ,
8+ version : '14.0.2 ' ,
99 } ,
1010] ;
1111
You can’t perform that action at this time.
0 commit comments