James Dickens

Results 5 comments of James Dickens

I don't believe demo parsing offers the ability to determine who you were lobbied with this, but there's also the possibility that it detects the amount of people on your...

Let's go on a quick trip through the library's code. I will be ignoring any tests throughout this, and since we are operating within normal context, I'll also be ignoring...

Refreshing the token doesn't require logging in again (or shouldn't) - the idea is that you pass the existing token to receive a fresh one. Logging in would pass credentials...

@bert-w > stored securely like in a browser's localStorage Please note that `localStorage` is not secure. If you are running any third-party scripts on your page, which is very likely...

@bert-w I absolutely agree. This package lacks a secure and practical implementation of refresh tokens. The current implementation doesn't make much sense - if you have the token, you have...