Comparing version 6.1.7 to 6.1.8
@@ -70,2 +70,5 @@ "use strict"; | ||
} | ||
if (!untrustedDecodedToken.iss) { | ||
throw new Error('Issuer missing.'); | ||
} | ||
const identityProvider = this.getIdentityProviderByIssuer({ | ||
@@ -72,0 +75,0 @@ issuer: untrustedDecodedToken.iss |
@@ -0,1 +1,8 @@ | ||
## [6.1.8](https://github.com/thenativeweb/limes/compare/6.1.7...6.1.8) (2021-07-26) | ||
### Bug Fixes | ||
* Handle missing iss field. ([d73d9c6](https://github.com/thenativeweb/limes/commit/d73d9c65ae9b7d86a85b1dd15c1902fa2e74671c)) | ||
## [6.1.7](https://github.com/thenativeweb/limes/compare/6.1.6...6.1.7) (2021-06-10) | ||
@@ -2,0 +9,0 @@ |
@@ -117,2 +117,6 @@ import { Claims } from './Claims'; | ||
if (!untrustedDecodedToken.iss) { | ||
throw new Error('Issuer missing.'); | ||
} | ||
const identityProvider = this.getIdentityProviderByIssuer({ | ||
@@ -119,0 +123,0 @@ issuer: untrustedDecodedToken.iss |
{ | ||
"name": "limes", | ||
"version": "6.1.7", | ||
"version": "6.1.8", | ||
"description": "limes authenticates users.", | ||
@@ -26,4 +26,4 @@ "contributors": [ | ||
"dependencies": { | ||
"@types/express": "4.17.12", | ||
"@types/jsonwebtoken": "8.5.1", | ||
"@types/express": "4.17.13", | ||
"@types/jsonwebtoken": "8.5.4", | ||
"jsonwebtoken": "8.5.1" | ||
@@ -33,8 +33,8 @@ }, | ||
"@types/supertest": "2.0.11", | ||
"@types/uuid": "8.3.0", | ||
"assertthat": "6.3.2", | ||
"@types/uuid": "8.3.1", | ||
"assertthat": "6.3.6", | ||
"express": "4.17.1", | ||
"flaschenpost": "5.0.36", | ||
"roboter": "11.7.3", | ||
"semantic-release-configuration": "2.0.1", | ||
"flaschenpost": "5.0.38", | ||
"roboter": "11.7.8", | ||
"semantic-release-configuration": "2.0.5", | ||
"supertest": "6.1.3", | ||
@@ -41,0 +41,0 @@ "uuid": "8.3.2" |
30811
517
+ Added@types/express@4.17.13(transitive)
+ Added@types/jsonwebtoken@8.5.4(transitive)
- Removed@types/express@4.17.12(transitive)
- Removed@types/jsonwebtoken@8.5.1(transitive)
Updated@types/express@4.17.13
Updated@types/jsonwebtoken@8.5.4