Skip to content
Connect2id

Blog

Insights and release announcements

  • Base64URL for Java

    Looking for a good and well documented Java library for Base64url encoding + decoding? Apache Commons Codec does it: http://commons.apache.org/codec/ import org.apache.commons.codec.binary.Base64; // to encode into Base64url byte[]...

  • JSON Web Token (JWT) parts

    This table shows the relation of the three parts of a JSON Web Token (JWT) in the three possible cases: Plain...

  • LdapAuth 2.0

    LdapAuth 2.0 is out! LdapAuth is a simple and lightweight JSON-RPC service for LDAP user authentication and details...