python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Validate and parse Auth0 JWT token in python
When someone logs in on my website through Auth0, I get a JWT token from Auth0. This token tells me the UID of the person and allows me to make API calls from the frontend to the backend where I can v...
Quantitative
Votes: 0
Answers: 1
jwt-go: key is invalid error with RS256 generated from mkjwk.org
I am using the https://github.com/dgrijalva/jwt-go library like this:
package main
import (
"fmt"
"time"
"github.com/dgrijalva/jwt-go"
)
var jwtKey = []byt...

Prakhar Mishra
Votes: 0
Answers: 0
Which Key Do We Use When Verifying Google ID Tokens
We're verifying a Google ID Token on ColdFusion servers. We have everything working but one thing puzzles me:
In the instructions here Google says to use their public keys to verify the token. When ...
CFMLBread
Votes: 0
Answers: 1
WebCryptoApi: Cannot wrap&unwrap aes-gcm key into&from "jwk" format with "encrypt" and "decrypt" active
I'm generating a key for encrypting data, then wrap it using a master key and store it alongside the encrypted data. All is well when wrapping into raw format, but when wrapping as jwk I get the error...
Gamer2015
Votes: 0
Answers: 1