Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Roadmap (incl WS scan) #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Roadmap

At the present time, jwt-security middleware is in a stable state. Per Capital
One practices, the project owners will continue to monitor the repository for
security vulnerabilities. The team will also respond to issues and feature
requests raised by the community.

For an example of how to raise such a request, see [#6](https://github.com/capitalone/jwt-security/issues/6).
1 change: 0 additions & 1 deletion lib/jwt-security.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function protectorHeaderInvalid(req) {
if (!token) {
return 'Bearer token missing or invalid in the Authorization header';
}

return false;
}

Expand Down