pySilver

Results 93 comments of pySilver

@areski I'm using this for a long time and it is really helpful

Side note: That is _ridiculous_ how demanding people are sometimes in open source projects. If you are missing a feature - go make a PR. If you've lost some money...

What about sha1(user.password + SECRET_KEY) ? So later on you are just validating signatures and if it does not match – reject a token.

So you basically killed all benefits of jwt? I think much easier would be using own payload generator + custom verification method. Dnia 02.10.2015 o godz. 15:35 Ali Vakilzade [email protected]...

Looks like its perfectly described here: #1222

take a look at "alias" functionality of elasticsearch. basically you can have the same index name all the time that just points to different indices in fact. in short 1....

@marcelolx do you plan any PR on that matter? I think your findings are totally correct.

@hms I've switched to el-transition which has promise support and had no issues since then.

Is that something to be changed any time soon?

I thought it's a simple typo issue. Unfortunately I'm not familiar with `useHotkeys` too :(