Skip to content

Swift library for decoding, signing and verifying JSONWebToken on Apple platforms

License

Notifications You must be signed in to change notification settings

Alpha-Coders/JWTSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWTSwift

Swift library for decoding, signing and verifying JSON Web Tokens

Features

  • Verify and sign :
    • HMAC HS256 HS384 HS512
    • RSASSA-PKCS1-v1_5 RS256 RS384 RS384
    • RSASSA-PSS PS256 PS384 PS384
    • ECDSA ES256 ES384 ES384
  • Decode and validate Registered claims
  • Support custom claims and custom header fields
  • Use Apple frameworks for crypto operations (CryptoKit & Security)

Usage

Decoding & Validation

Signing

About

Swift library for decoding, signing and verifying JSONWebToken on Apple platforms

Resources

License

Stars

Watchers

Forks

Packages

No packages published