Why Is a Social Login More Secure?
An Intro to OAuth With a Real World Example
Jun 7, 20214 min read611

Search for a command to run...
Articles tagged with #authorization
An Intro to OAuth With a Real World Example

So I wanted to talk about how we use JWT at Turtlemint. What is JWT (JSON Web Token) you ask? JSON Web Token (JWT) is an open standard (RFC 7519) for securely transmitting information between parties as JSON objects. Let me take you through the whole...
