Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ghdna/cognito-express

Account's avatar
axios/axios
Promise based HTTP client for the browser and node.js
Account's avatar
auth0/node-jsonwebtoken
JSON Web Token implementation (symmetric and asymmetric)
Account's avatar
Brightspace/node-jwk-to-pem
Convert a JSON Web Key to a PEM
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
chaijs/chai-as-promised
Extends Chai with assertions about promises.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
jhnns/rewire
Easy dependency injection for node.js unit testing

Support the repos that depend on this repository

Top contributors

ghdna's profile
ghdna
64 contributions
dependabot[bot]'s profile
dependabot[bot]
10 contributions
rivertam's profile
rivertam
3 contributions
ss-vijayvavdiya's profile
ss-vijayvavdiya
2 contributions
j-5-s's profile
j-5-s
1 contributions
panuhorsmalahti's profile
panuhorsmalahti
1 contributions
falconMaster94's profile
falconMaster94
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ghdna

ghdna/cognito-express

Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.

JavaScript
218
45
MIT License

cognito‑express is a lightweight Node.js library that validates Amazon Cognito ID or Access JWTs without calling Cognito on each request. It provides Express‑compatible middleware (and a promise‑based API) to verify token signatures, issuer, usage and expiration, letting API developers quickly protect routes for web or Lambda back‑ends. It's aimed at developers who already handle user sign‑in with Cognito and need server‑side token authentication.