Closed panagiotisbellias closed 6 months ago
Hello,
I'm stuck in testing all the logging conditions. Are you currently able to login locally? I tried with the super admin configured in env.properties but 403 is raised and the authentication header is null. Should I pass some bearer token as header? This isn't proper for register/login operations. Waiting to hearing from you, thanks
I can log in locally. Here’s a sample of my env.properties
and how I log in using Postman.
When logging in, don’t include the bearer token in the header. You’ll get the token from the response after logging in. Sorry for the late response, I’ve been busy with graduation paperwork.
I can log in locally. Here’s a sample of my env.properties
and how I log in using Postman.
When logging in, don’t include the bearer token in the header. You’ll get the token from the response after logging in. Sorry for the late response, I’ve been busy with graduation paperwork.
Oh I had omitted the /api/v1
substring
Done
After these are completed:
Note: check before refactoring for the latest changes