-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile update Api error #28
Comments
Have you made sure the user is signed in? If yes, then you have to set a "user-key" property in the header of the API call with the JWT (JSON Web Token) as the property. |
Alright, thanks. I would try that.
Patrick .U. Igwe
Front End Web Developer.
Design Meister.
…On Tue, 21 May 2019, 10:33 AM Daniel Ngozika, ***@***.***> wrote:
Have you made sure the user is signed in? If yes, then you have to set a
"user-key" property in the header of the API call with the JWT (JSON Web
Token) as the property.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28?email_source=notifications&email_token=AAZT5HJPN7FE7SHGESIYGE3PWO6VRA5CNFSM4HODYTN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV3KUCA#issuecomment-494316040>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZT5HKMDRFL7Z4HYCBV6ZTPWO6VRANCNFSM4HODYTNQ>
.
|
Do tell me how it goes. |
It worked
Patrick .U. Igwe
Front End Web Developer.
Design Meister.
…On Wed, 22 May 2019, 12:27 PM Daniel Ngozika, ***@***.***> wrote:
Do tell me how it goes.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28?email_source=notifications&email_token=AAZT5HKXNX6IIYFKXV2GZUTPWUUZNA5CNFSM4HODYTN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV6XXNY#issuecomment-494762935>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZT5HJ7DWQW36O6INSZT6DPWUUZNANCNFSM4HODYTNQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The profile update api returns a 401 unauthorized response, when I try to post to the server
The text was updated successfully, but these errors were encountered: