Was this helpful?
Get a token from Laminar Auth
POST /auth/signin HTTP/1.1 Host: api.laminar.run Content-Type: application/json Accept: */* Content-Length: 37 { "username": "text", "password": "text" }
Successful token retrieval
{ "token": "text", "token_type": "text", "expires_in": 1, "refresh_token": "text" }