akshaykhale1992
Repos
58
Followers
16
Following
36

A simple Stack-overflow Card generator that shows your profile info by fetching those with Stackoverflow API.

CSS is powerful and most of the people are using images for the UI that can be generated with CSS

14
17

Events

Contributing Md

Is your feature request related to a problem? Please describe. I would like to update and give a step-by-step guide, since its a beginner-friendly repository

Describe the solution you'd like Step-by-step guide on how to pull a request.

Describe alternatives you've considered N/A Additional context N/A

Created at 3 weeks ago
Created at 3 weeks ago
Created at 1 month ago
issue comment
Fixes the RS256 Example in the README.md

Hi @bshaffer,

No, there is no issue with the library, What I am trying to say here is that the example in the readme is not getting verified on JWT.io.

The example in the readme is generating the Token and verifying it correctly with the cod but the same token when we check on jwt.io, it's showing an error message saying invalid signature.

Sample Link: Invalid Signature on JWT.io

which is due to the Signing Keys in the read me file, I simply updated the example to make sure that we are getting an error-free response on JWT.io.

Sample Link: Valid Signature on JWT.io

The MR modifies nothing but the readme file.

Best.

Created at 1 month ago

feat: improve caching by only decoding jwks when necessary (#486)

chore(main): release 6.4.0 (#477)

Merge branch 'main' into main

Created at 1 month ago
issue comment
Fixes the RS256 Example in the README.md

Hi @SoulPancake,

I have signed the CLA, please approve the workflow.

Best.

Created at 1 month ago
Created at 2 months ago
pull request opened
Fixes the RS256 Example in the README.md

I tried using the example from README.md, and the JWT Token is getting generated and decoded properly but when I try to verify the generated toke on JWT.io, it shows an error saying Invalid Signature.

Here is the JWT.io link.

This PR fixes that issue by updating the Private and Public Key-pair generated using openssl

Best.

Created at 2 months ago

[Main] Fixes the RS256 Example in the README.md file by updating the private and public keys

Created at 2 months ago
Created at 2 months ago
started
Created at 2 months ago
Created at 2 months ago