Auth Token
manual
Sign in with Web3Auth to obtain a Bearer token for backend API testing.
Postman OAuth users: this page is the auth URL — token is returned automatically. Mobile devs: sign in here, copy values for use in your client.
About API Security
VeriPets Auth uses secure authentication to protect your data and API access. When you sign in, you receive a Bearer token (idToken) that must be included in API requests. This token ensures only authorized users can access protected endpoints.
- Bearer Token: Acts as a digital key for API access. Never share your token publicly.
- HTTPS Only: All API traffic is encrypted using HTTPS to prevent eavesdropping.
- Token Expiry: Tokens are valid for a limited time and must be refreshed after expiration.
- Least Privilege: Each token grants only the permissions needed for your session.
- Logging Out: Always sign out after use to invalidate your session and token.
For best security, keep your credentials private and never expose tokens in client-side code or public repositories.