Back to Tags
Tokens
5 items tagged with "tokens"
Filter by type:
Tutorials1
FAQs4
FAQ
How do I generate a DSN token?
Run vibgrate dsn create --workspace ws-abc123 to generate an HMAC-signed DSN token. Use --region eu for EU data residency. Use --write .vibgrate/.dsn ...
FAQ
What is a JWT?
A JSON Web Token (JWT) is a compact, URL-safe token format that carries claims as a base64url-encoded header, payload, and signature separated by dots...
FAQ
Sessions vs tokens: what is the difference for authentication?
Session-based authentication stores state on the server and gives the client an opaque session ID, usually in a cookie; the server looks up the sessio...
FAQ
What is the difference between an access token and a refresh token?
An access token is a short-lived credential a client sends with each request to prove it is authorized to call an API, typically expiring in minutes. ...