Process Flow - Token-based authentication (JWT)
Client sends login request
Server verifies credentials
Server creates JWT
Server sends JWT to client
Client stores JWT
Client sends JWT with requests
Server verifies JWT
Allow
This flow shows how a client logs in, receives a JWT token, and uses it for future requests that the server verifies.