Token-based authentication: A Practical Guide using Rails and React (part 0)
Before implementing token-based authentication, we need to understand the components of JWT and the common pitfalls developers face while implementing token-based authentication.
Common pitfalls
Where to store JWT in the front end?
Suppose you're bui...
satif.hashnode.dev6 min read