Skip to content
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

Provision of working examples for auth requests #618

Closed
dewulf opened this issue Jul 9, 2021 · 2 comments · Fixed by #631
Closed

Provision of working examples for auth requests #618

dewulf opened this issue Jul 9, 2021 · 2 comments · Fixed by #631

Comments

@dewulf
Copy link

dewulf commented Jul 9, 2021

Dear Colleagues!
I'm really struggling to understand the API and get all the requests working. The documentation is unfortunately not helpful (would like to propose help in updating it - are there any guidelines that you have?).
In detail I cannot get working the following requests by now:

Other requests I'm currently testing. If there is something more I will update this issue.

It would be really helpful to provide some working examples of requests to understand the API better. Can help with this when I have understood how its working

@michaelschort
Copy link

Did you pass a valid JWT as authorization header?

In Postman pass just the three encoded strings wich are divided by a point (without the rest of the /login or /register response payload) as the token.

The role and user-id are embedded in the JWT. It should not be necessary to pass these values as parameters with the request.

@elitan elitan mentioned this issue Jul 14, 2021
10 tasks
@elitan
Copy link
Contributor

elitan commented Jul 15, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants