What if someone knows the Secret Key (signature) of your JSON Web Token? -


if knows secret key , alters lets example username of json token , expiry time, able access secured data on sever?

you need 5 different parameters access token -

grant_type, username, password, client_id, client_secret

so, knowing secret key, username not token; knowing password get. precisely means token if he/she knows parameters, else not!


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -