[SOLVED]How to obtain the user account access token for authentication using a request via Insomnia?
- 0
- Accounts
- Web
I would like to know how to obtain the access token for user authentication after creating a session via email with the accounts API. I am using Insomnia to obtain the information returned after session creation, particularly the providerAccessToken, which returns an empty value. I cannot access my application as an authenticated user without this token.
Ex: { "$id": "6415c5e9cfbc0361682d", "$createdAt": "2023-03-18T14:08:41.856+00:00", "userId": "6413a90b365a70d0f0c2", "expire": "2024-03-17 14:08:41.850", "provider": "email", "providerUid": "my_email", "providerAccessToken": "", "providerAccessTokenExpiry": "", "providerRefreshToken": "", "ip": "my_ip", "osCode": "", "osName": "", "osVersion": "", "clientType": "library", "clientCode": "", "clientName": "Node Fetch", "clientVersion": "1.0", "clientEngine": "", "clientEngineVersion": "", "deviceName": "", "deviceBrand": "", "deviceModel": "", "countryCode": "--", "countryName": "Unknown", "current": true }
Maybe this will help: https://appwrite.io/docs/rest#client-auth
Thanks, @Steven
[SOLVED]How to obtain the user account access token for authentication using a request via Insomnia?
Recommended threads
- CORS Errors
from origin '<my url>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Was working fine until tod...
- I am currently seeking opportunities as ...
Hey! 👋 I'm a Shopify guy. Been building stores for 8+ years. Still haven't lost my mind. Barely. I make stores that don't suck fast, smooth, and actually built...
- tablesDB.updateRow() properly updates co...
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level perm...