delphi-jose-jwt
Digital signature library
A Delphi library implementing the JOSE and JWT standards for digital signatures and token encryption
Delphi implementation of JOSE (JSON Object Signing and Encryption) and JWT (JSON Web Token)
452 stars
70 watching
175 forks
Language: Pascal
last commit: 3 months ago
Linked from 1 awesome list
authdelphijwtjwt-authenticationjwt-tokenrest
Related projects:
Repository | Description | Stars |
---|---|---|
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
sermodigital/jose | Provides libraries for securely creating and validating JSON-based digital signatures and encrypted messages | 914 |
frasertweedale/hs-jose | Haskell implementation of JSON Object Signing and Encryption & JWT (JSON Web Token) | 122 |
dvsekhvalnov/jose-rt | Implementation of secure data signing and encryption protocols | 19 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |
sinbadxiii/phalcon-auth-jwt | A Phalcon-based implementation of JSON Web Token authentication and authorization | 3 |
mpdavis/python-jose | Provides a Python implementation of the JOSE technologies for encrypting and/or signing content. | 1,548 |
namshi/jose | Library implementing JSON Web Signature specification for authenticating user credentials and verifying requests. | 1,797 |
pascaldekloe/jwt | A Go library providing a secure token-based authentication mechanism with key management and verification capabilities. | 356 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |
blackdoor/jose | Extensible JOSE library for Scala providing features for JWT signing and validation | 15 |
lestrrat-go/jwx | Implementation of various JOSE technologies in Go | 1,951 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |