jov
jov
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
i can also share screen if you dont mind to help me..
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
im sorry, but im kinda confused to debug the validate method since it just returns "error in here meaning it's either not logged in or unauthorized" but this token was from admin role..
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
i finally can resolve this issue..... the problem "bearer error = "invalid_token" , error_description="The signature key was not found" has been changed into "Unauthorized" which resides in the AuthorizeAttribute.cs
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
please help me, i am so desperate..
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
here is my generateJWTtoken method
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
here is my validatetoken method
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
after i register, i can login to the system. when i use login endpoint, it will return me a accound details and jwt token which will be used later for crud operation (there is authorization system for admin and user). since i already successfully logged in as an admin, i will get a jwt token. however, the problem is, as an admin, i can not do crud operations (such as: get all accounts). I checked the token in jwt.io and the token returns the user id. but why the program can not validate the token?????
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
19 replies
CC#
Created by jov on 5/29/2023 in #help
❔ Invalid JWT token postman when validating
so before validate a token, i have a register endpoint in postman. like this
19 replies