Concept Flow - Authentication documentation
Client sends credentials
Server verifies credentials
Issue token
Client uses token for requests
Server validates token on each request
The client sends credentials to the server, which checks them. If valid, the server issues a token. The client uses this token for future requests, and the server validates it each time.