issues
search
poetapp
/
explorer-web
Explore the Po.et Network and manage your API Tokens
https://explorer.poetnetwork.net/
MIT License
23
stars
9
forks
source link
fix: authenticatedFetch
#688
Closed
lautarodragan
closed
5 years ago
lautarodragan
commented
5 years ago
token
is now not included in headers if undefined.
email
is taken from the user's input since it's no longer returned by the API in the unauthenticated version of the
GET /accounts/:id
endpoint, nor is it returned by
POST /login
.
token
is now not included in headers if undefined.email
is taken from the user's input since it's no longer returned by the API in the unauthenticated version of theGET /accounts/:id
endpoint, nor is it returned byPOST /login
.