Category Archives: java

AngularJS exercise 1

Today, I did 2 angularJS exercise. Here is the link: 1.Read Data  2.CSS Control Please feel free to check the source code.

JWT sample, and implementation in node.js and java

This is quoted from here link. The following example JOSE Header declares that the encoded object is a JSON Web Token (JWT) and the JWT is a JWS that is MACed using the HMAC SHA-256 algorithm: {“typ”:”JWT”, “alg”:”HS256″} To remove potential ambiguities in the representation of the JSON object above, the octet sequence for the… Read More »