a12n-server
Advanced tools
Comparing version 0.14.1 to 0.14.2
Changelog | ||
========= | ||
0.14.2 (2020-12-14) | ||
------------------- | ||
* #214: `continue` url was not being respected in the logout flow. | ||
0.14.1 (2020-12-04) | ||
@@ -5,0 +11,0 @@ ------------------- |
@@ -38,3 +38,3 @@ "use strict"; | ||
ctx.status = 303; | ||
ctx.redirect(303, ctx.query.continue || '/'); | ||
ctx.redirect(303, ctx.request.body.continue || '/'); | ||
} | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "a12n-server", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"main": "dist/index.js", | ||
@@ -43,4 +43,4 @@ "description": "A ready-to-launch User and Authentication system for those that don't want to build it", | ||
"@types/handlebars": "^4.1.0", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^14.14.10", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.13", | ||
"@types/nodemailer": "^6.4.0", | ||
@@ -50,13 +50,13 @@ "@types/otplib": "^10.0.0", | ||
"@types/sinon": "^9.0.9", | ||
"@typescript-eslint/eslint-plugin": "^4.9.0", | ||
"@typescript-eslint/parser": "^4.9.0", | ||
"@typescript-eslint/eslint-plugin": "^4.10.0", | ||
"@typescript-eslint/parser": "^4.10.0", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^7.14.0", | ||
"eslint": "^7.15.0", | ||
"hal-types": "^1.2.1", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.2.1", | ||
"ts-node": "^9.1.0", | ||
"typescript": "^4.1.2" | ||
"sinon": "^9.2.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -74,3 +74,3 @@ "types": "dist/", | ||
"@curveball/controller": "^0.3.0", | ||
"@curveball/core": "^0.14.3", | ||
"@curveball/core": "^0.15.0", | ||
"@curveball/http-errors": "^0.3.0", | ||
@@ -90,3 +90,3 @@ "@curveball/problem": "^0.2.2", | ||
"mysql2": "^2.2.5", | ||
"nodemailer": "^6.4.16", | ||
"nodemailer": "^6.4.17", | ||
"otplib": "^12.0.1", | ||
@@ -93,0 +93,0 @@ "qrcode": "^1.4.4", |
@@ -35,2 +35,3 @@ Authentication API | ||
* A simple, flat, permission model. | ||
* Registration, lost password. | ||
@@ -54,3 +55,2 @@ Documentation | ||
* A 'lost password' feature. | ||
* A registration API (Both OAuth2 clients and users all need to be 100% | ||
@@ -57,0 +57,0 @@ managed by manually adding database records). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
345867
+ Added@curveball/core@0.15.0(transitive)
- Removed@curveball/core@0.14.3(transitive)
Updated@curveball/core@^0.15.0
Updatednodemailer@^6.4.17