swift Verifying RSA JWT signatures in Swift There are many ways of authenticating to your backend APIs and one of them are JWT or JSON Web Tokens. To make sure your token is genuine, you need to verify its signature. Let's do it in Swift!