IPWorks Auth Library provides embedding secure user authentication into the web, desktop, and mobile applications using C++ Builder or Delphi.
With IPWorks Auth Library you can easily create OAuth supported cross-platform applications easily. Moreover, the IPWorks Auth Library also supports NTLM, RADIUS, Kerberos, SAML, LDAP, Certificate Management, and more.
IPWorks Auth Library features:
- Thread-safe components
- Fast, robust and reliable
- Fully Integrated components
- Up to 256-bit Strong Encryption
- X.509 Certificate Creation
1 2 3 4 5 6 7 8 |
Jwt jwt = new Jwt(); jwt.SigningAlgorithm = JwtSigningAlgorithms.saNone; jwt.ClaimAudience = "audience"; jwt.ClaimIssuer = "issuer"; jwt.ClaimExp = "1498508071"; jwt.Sign(); string unsecuredMessage = jwt.EncodedJWT; |
Head over and find out more information about the IPWorks Auth Library and then download it via the IDE.
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition