Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/koajs/jwt

Koa middleware for validating JSON Web Tokens
https://github.com/koajs/jwt

Added tag to install instructions in this branch

5e33592a7a0f448141f7cca8db1ea547da705036 authored over 8 years ago by Stian Grytøyr <[email protected]>
Updated major version from 1 to 2 since the API has changed, making this 2.0.0

c20b2ea51007ab792e3ba4ba1b1780bc05338d52 authored over 8 years ago by Stian Grytøyr <[email protected]>
Merge branch 'nfantone-next' into koa-v2

b0efc2922fb5aba760a7603ff729a32ec57ca356 authored over 8 years ago by Stian Grytøyr <[email protected]>
Merge branch 'next' of https://github.com/nfantone/jwt into nfantone-next

448358f1885713ccdce17647a5e11b355ea848a6 authored over 8 years ago by Stian Grytøyr <[email protected]>
Set proper koa-unless version

ef5eb7a17a5556053cf3a31a6a1b475d8bbee2e6 authored over 8 years ago by Nicolás Fantone <[email protected]>
Update engine prop and koa-unless version

de7d0ae3a44899b77d28523ada41d3baeede47f2 authored over 8 years ago by Nicolás Fantone <[email protected]>
Replace var -> const on required modules

d3b71d819f87c1646e5995e2fb150c7fc0ee746c authored over 8 years ago by Nicolás Fantone <[email protected]>
Update docs to Koa v2 ways

538ea138853af7fc3808d827306a15370d0028fe authored over 8 years ago by Nicolás Fantone <[email protected]>
Remove this binding in favor of ctx in getToken

11f7b710435dde61716246cd50e5c3a4dfa37f3f authored over 8 years ago by Nicolás Fantone <[email protected]>
Promisify JWT verification

8408bebbf9a32115d6806967ea14ad18fcee2f8e authored over 8 years ago by Nicolás Fantone <[email protected]>
Migrate to Koa v2 middleware syntax

186305c88a51cd4c9504948144e11e1c127adc91 authored over 8 years ago by Nicolás Fantone <[email protected]>
eqeqeq

eb8c5b4aab860b9f958f21faea112069e6ebd218 authored over 8 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of https://github.com/stiang/koa-jwt

644b3bcc976e24b5ec14c9f9cf4b849357f7dda5 authored over 8 years ago by Stian Grytøyr <[email protected]>
Merge pull request #39 from danwkennedy/getTokenRefactor

Get token refactor

25df97bf4611098fc35971041b98decc7fefcd48 authored over 8 years ago by Stian Grytøyr <[email protected]>
docs: specify js as the type for the code example

870044ada7e3365611249f77ae6aee053554709a authored over 8 years ago by Daniel Kennedy <[email protected]>
Update documentation to explain how tokens are retrieved

a3c15bbde92c423e604d835261e12d988e39209f authored over 8 years ago by Daniel Kennedy <[email protected]>
Change the token resolution flow to fall through until it find a token string

ba4121d090bf2b35bd8791e2e6c1c76813bf06f5 authored over 8 years ago by Daniel Kennedy <[email protected]>
Bumped version

088a6655e6e6a3159d1ee51beead8ed725f5584f authored over 8 years ago by Stian Grytøyr <[email protected]>
Merge branch 'danwkennedy-master'

ed2d57b381167c9a20605bc7126a73c49b211fc0 authored over 8 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of https://github.com/danwkennedy/jwt into danwkennedy-master

d34c0c1e08cedd9fb9f5b265c3b756dc9634aa9f authored over 8 years ago by Stian Grytøyr <[email protected]>
Add documentation for getToken

2e3c98a6e0e5470b5a112b3a958b8171dc657c0c authored almost 9 years ago by Daniel Kennedy <[email protected]>
Add optional getToken option

This would allow users to decide how to get the token instead of solely relying on headers/cookies

a974a69d1d16d14ef6b04b7b6dd42c0ad9ced0e5 authored almost 9 years ago by Daniel Kennedy <[email protected]>
Updated package.json to reflect move to koajs org

ee178dc0fc07d75c4d36453cc4dd603918a64c73 authored almost 9 years ago by Stian Grytøyr <[email protected]>
Bumped version

dc2cd212fae39f1ede5e5883a981015f703fd630 authored almost 9 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of https://github.com/stiang/koa-jwt

d223d72efc5bebc1b02b3c9b3cbef22861b0e6c7 authored almost 9 years ago by Stian Grytøyr <[email protected]>
Merge pull request #22 from Dremora/patch-1

Change "Invalid secret" status code to 500

0f2998065ccc423c0d30f1e81f943a68c361253b authored almost 9 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of https://github.com/stiang/koa-jwt

b0db849a43869a78bad4df1e544e8b74a642464e authored almost 9 years ago by Stian Grytøyr <[email protected]>
Merge pull request #27 from felixfbecker/master

Set jsonwebtoken dependency to 5.x.x

3c8bbe9fd13e0aca7be7c5476363d606960ad8e9 authored almost 9 years ago by Stian Grytøyr <[email protected]>
set jsonwebtoken dependency to 5.x.x

7abc47c513caea279a8ee2b847cf9391a50d6c0d authored about 9 years ago by Felix Becker <[email protected]>
Change "Invalid secret" status code to 500

It's a server configuration error, so this should be reflected by the status code.

e82a1b8be3168992ff88586e2c0cef51ce23e105 authored over 9 years ago by Kirill Korolyov <[email protected]>
Updated README, bumped version

d3b169b85571034a73d0343ca5f5fd0deab0d452 authored over 9 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of https://github.com/stiang/koa-jwt

e6478a1aaa7afbfe479fe893bec3d215ac067584 authored over 9 years ago by Stian Grytøyr <[email protected]>
Merge pull request #21 from Jackong/master

To support dynamic secret provide by middleware

d12a761925d974574ae8d0ff8d36b5ee69fe5ad2 authored over 9 years ago by Stian Grytøyr <[email protected]>
Merge pull request #19 from sc0ttyd/master

add option to use token from a specific cookie

142eabfda4842a4d82a6bebb3dd3c8346659299b authored over 9 years ago by Stian Grytøyr <[email protected]>
rm unused test for secret assert

eafefe5a171e9ae9b498d3d24c80c4ac9d3c1dc5 authored over 9 years ago by Jackong <[email protected]>
to support secret provide by middleware

ef5c4a1e8fa68021df71e54aa1917f46cccc6580 authored over 9 years ago by Jackong <[email protected]>
add option to use token from specified cookie

614b9237a407928adacf4e0519d49fc4ebd57039 authored over 9 years ago by Scott Donnelly <[email protected]>
Updated contributors

e479e53d89c3d1567e3518206818c15c3a930003 authored over 9 years ago by Stian Grytøyr <[email protected]>
Bumped version after adding support for koa-unless

89b2dd709a4539112a97e0469c9cbafb2b8c38eb authored over 9 years ago by Stian Grytøyr <[email protected]>
Merge pull request #18 from Foxandxss/unless

Add support for koa-unless

d29cca49c353cfce38a99c67f47860a7a7f60114 authored over 9 years ago by Stian Grytøyr <[email protected]>
Add support for koa-unless

68aab058be71a4284093ca4ee448e33252f36fd9 authored over 9 years ago by Jesus Rodriguez <[email protected]>
Bumped to 1.0.0 since the change from ctx.user to ctx.state.user will break existing code

e810c9f01ac6f9be098a03486f26750686c24302 authored over 9 years ago by Stian Grytøyr <[email protected]>
Switched to ctx.state.user; Export unthunked JWT functions

082858716a7e56a5c35f0f13b26281ad5f03276e authored over 9 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of github.com:stiang/koa-jwt

fcc3f12e263ace5aa525c16037d360b9fee4409c authored over 9 years ago by Stian Grytøyr <[email protected]>
Merge pull request #16 from soygul/patch-1

Expose the vanilla JWT function and not the thunkified ones

a87c0476ce8fa9d10312431a1fa40be42c9bd179 authored over 9 years ago by Stian Grytøyr <[email protected]>
expose the vanilla JWT function and not the thunkified ones

d5281ecbcf5920466589b87e94a94bde997bdea3 authored over 9 years ago by Teoman Soygul <[email protected]>
Updated jsonwebtoken dep; Bumped version

a8a857e79e129474f0b9ff72ebf56350bd09b493 authored over 9 years ago by Stian Grytøyr <[email protected]>
Updated jsonwebtoken dep to 4.2.2 to fix security issue

627715d2bcf8219bb051bce1f1e5b87dc4024855 authored over 9 years ago by Stian Grytøyr <[email protected]>
Bumped version; Added michaelwestphal as contributor

08b94705be67302ef36bf66b9528fb3b3cb38829 authored almost 10 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of github.com:stiang/koa-jwt

f3688119a7ab6445d8e7e237d0a00f518fe5faab authored almost 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #14 from michaelwestphal/master

Update to the latest jsonwebtoken version

68a8fabc434ff1fea90681b32bb527435c6e62b4 authored almost 10 years ago by Stian Grytøyr <[email protected]>
Removing the unnecessary '.js' extension from the index require

ea421ab1fd2fee1f0448d1adcd6bff0c7d2726b7 authored almost 10 years ago by Michael Westphal <[email protected]>
Reverting Koa dev dependency version to 'koajs/koa'

afc00a947a8200df641ce50bcfd931736bb536fe authored almost 10 years ago by Michael Westphal <[email protected]>
Updating dependencies to latest and then updating relevant tests.

bbba05769d54fc691097500ee0f1377b91673e3d authored almost 10 years ago by Michael Westphal <[email protected]>
Reverted use of ctx.state for now

9faf87f0fd782a90c63ad001c4440387dfc34b49 authored about 10 years ago by Stian Grytøyr <[email protected]>
Bumped version

1ef373a32048f6f35f0bc345f51d514d7865de98 authored about 10 years ago by Stian Grytøyr <[email protected]>
README cleanups

43b24ee284190ec55e8a584dddcb1e4bb794ef0c authored about 10 years ago by Stian Grytøyr <[email protected]>
Bumped version again

09092e175badcf9ac1af6130e27e9b08660b58c4 authored about 10 years ago by Stian Grytøyr <[email protected]>
Updated README

ecdb63107aa12931cca9a4dabe46455749ffe94b authored about 10 years ago by Stian Grytøyr <[email protected]>
Bumped version again

e179d508f1da95fe31c52444e6a8c7d80170ebc4 authored about 10 years ago by Stian Grytøyr <[email protected]>
Added info about premature use of ctx.state to README.md

db37b0e27e6a84d09400db385febaf7a3dc38187 authored about 10 years ago by Stian Grytøyr <[email protected]>
Bumped version

96b4fe53a8b2c7a1af1236910713ab3f6c88ff82 authored about 10 years ago by Stian Grytøyr <[email protected]>
Bumped jsonwebtoken version

ffb3e8b66525215dfc31554af249ebeeb8429dae authored about 10 years ago by Stian Grytøyr <[email protected]>
Merge branch 'cesarandreu-whitespace'

a549cf311465b003070b615846a5db95a4898552 authored about 10 years ago by Stian Grytøyr <[email protected]>
Fixed merge conflicts; Added new contributor

96b71fb733cf80be5297e56170350795274064c5 authored about 10 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of github.com:stiang/koa-jwt

81285668010fc711029629d285f28d3e9b105836 authored about 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #9 from cesarandreu/ctx.state

use ctx.state, see koajs/koa#366

8ad4f6fc052d317a418e7c353fbe4c69f4aac8d7 authored about 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #8 from cesarandreu/patch-2

mention verify is thunkified in README

04ee98cf0e1b82dec68469c2fe3cc991793c1c60 authored about 10 years ago by Stian Grytøyr <[email protected]>
remove whitespace

aa9b318c2ccbc67acaae24fc0bf7d0c6bfe3ea26 authored about 10 years ago by Cesar Andreu <[email protected]>
use ctx.state, see koajs/koa#366

220908ff9dfca6a2daced70aed0875463f64aea0 authored about 10 years ago by Cesar Andreu <[email protected]>
mention verify is thunkified in README

39ce36c5d500d0e6d4c3a382e7040a573b1b14b3 authored about 10 years ago by Cesar Andreu <[email protected]>
Fixed bug with thunkification

31ed8471d6f22352246be94a6055444bd0ac27e3 authored over 10 years ago by Stian Grytøyr <[email protected]>
Bumped version

e43b77753eff407538e3ef3f25f79008b6f09732 authored over 10 years ago by Stian Grytøyr <[email protected]>
Do not thunkify the verify method in situ - that makes it thunkified for everyone using the package

22a1335b16c7920ffd48d5c295c027d7752b3916 authored over 10 years ago by Stian Grytøyr <[email protected]>
Bumped version

b0edf74e26c6d1caa09c692ea07893e61397ec46 authored over 10 years ago by Stian Grytøyr <[email protected]>
Merge branch 'master' of github.com:stiang/koa-jwt

c6ee6e143b7aca67816c1903ba06491f9ba93c92 authored over 10 years ago by Stian Grytøyr <[email protected]>
Added contributors section to README

43ff1be0833bba4e6e944a1b9632ba2ad232e6cc authored over 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #6 from getuliojr/patch-1

Documentation update

3b14e589c997ce944ce0fc19bf08c832bf4de8cf authored over 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #5 from getuliojr/master

Exporting decode module

ceac8c0109fed470fee789c4fe7d07871da76fb8 authored over 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #4 from tunnckoCore/patch-1

jwt -> koajwt

5c8ab64ef053a9fa3fbc24b6349cf94d77bbf3ac authored over 10 years ago by Stian Grytøyr <[email protected]>
Merge pull request #3 from tunnckoCore/patch-2

require('.') causing error, remove jsonwebtoken

57a8f98923af75a162c9d321444682a516ba8776 authored over 10 years ago by Stian Grytøyr <[email protected]>
Update README.md

01f0a1f4df87de710cdf29e94bf569ebabb4721b authored over 10 years ago by getuliojr <[email protected]>
Documentation update

Just some notice that decode module is been exported too.

a49355c9867e9aea13b962d5bbb4d4c4a26ea74e authored over 10 years ago by getuliojr <[email protected]>
Exporting decode module

Exporting decode module that didn´t existed before.

0df201830b09009f28474a2bed0ee6ebc0b23c72 authored over 10 years ago by getuliojr <[email protected]>
Newest libs

Included newest libs for jsonwebtoken to make decode available.

3e1fdd0daf03aeae732c260321f92b862683b151 authored over 10 years ago by getuliojr <[email protected]>
jwt -> koajwt

d94be3c97d0cf52d818c047209bf910684fac7b6 authored over 10 years ago by Charlike Mike Reagent <[email protected]>
require('.') causing error, remove jsonwebtoken

Remove: jsonwebtoken, because use ./index, so koajwt, which have all methods that needs.
Change...

833fffb8cc061e55d24cb6cc6970a74125904132 authored over 10 years ago by Charlike Mike Reagent <[email protected]>
Added sign and verify methods, updated README, bumped version

ece86e73e604f9174c6c7f948e01e57c54c89bc8 authored almost 11 years ago by Stian Grytøyr <[email protected]>
Merge pull request #1 from soygul/master

Added sign & verify exports

ce38e764edbb086ba756178ea18c64f0c2376384 authored almost 11 years ago by Stian Grytøyr <[email protected]>
Added sign & verify exports

146fa4822c48368bbad4efc75117d88cf8d37798 authored almost 11 years ago by Teoman Soygul <[email protected]>
Added option for key to use for decoded data

9abee4192860545a0236dd175d60e0292f273066 authored almost 11 years ago by Stian Grytøyr <[email protected]>
README tweaks

881f3f7e2bc298f9f7bdce3f5f29c0a4ab8a1822 authored almost 11 years ago by Stian Grytøyr <[email protected]>
Cleanups

4bf102eaf7cb10bd9fe418237048e117ed3883f4 authored almost 11 years ago by Stian Grytøyr <[email protected]>
Initial version

3fdfb6731ba401744cc7667b7e54ade2af191491 authored almost 11 years ago by Stian Grytøyr <[email protected]>