Secure Password Generation API Endpoint #37
Replies: 3 comments 1 reply
-
|
@rashmisoni2003 Have you tried the following approach? |
Beta Was this translation helpful? Give feedback.
-
|
@DenizAltunkapan Here’s what I tried: I successfully registered a user using: Then I logged in using: I received the JWT token and verified it through Postman — login flow works correctly I will attach screenshots / cURL commands of the exact requests and responses below for reference. Also, its a weird thing how the authentication flow for vault web work for password-manager. Anyways I would like to know if your already written APIs in password manager are working. If yes, what are the steps you follow. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
the existing endpoints in Password Manager work correctly with the JWT token from Vault Web on my setup. Please make sure that your local setup is up-to-date with the main repository. You can also provide screenshots of your requests/responses to help verify the flow. If the issue persists, please publish your code or share your branch, because I couldn’t find it. I could then clone your project and run it locally to investigate the error more thoroughly. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was working on this issue: #35. I have my API ready, but when I tried testing it via Swagger UI, I encountered an authorization error. After reviewing the code, I see that JWT authentication is implemented. As far as I understand, obtaining a JWT token would require a login API. Could you please confirm if I’m on the right track, or advise the correct approach?
Beta Was this translation helpful? Give feedback.
All reactions