robertino.calcaterra Auth0 Employee
Let us know if you have any comments or thoughts!
Let us know if you have any comments or thoughts!
Is the full source code for the front-end and the back-end in a repo somewhere? I didn’t see any links in the posts.
Hey there!
Let me channel that question through our Content Team as I’m not aware of that
Howdy! We don’t have an open repo yet for the Whatabyte client source code but It is something that we may be sharing in the near future in the Developer Resources site:
For now, you can connect any of those Spring MVC API code samples with any of the compatible client applications mentioned on the page.
Hello Tadej. I hope you are going well.
The tutorial is very good and usefull. In the Create Endpoint section, the ResponseEntity.of() is used within the find() controller method. But you wrote it is used within the findAll() controller method. Is it a mistake ?
Hello @ndanga.wandji,
I believe you have found a bug in this tutorial. Currently, it says:
You use
ResponseEntity.of()
within thefindAll
method.
It should say:
You use
ResponseEntity.of()
within thefind
method.
You might also find this more-recent CRUD tutorial I created useful:
1 replyThanks, Matt, for your support on this topic!
Hello, Ndanga! Thanks for joining the Auth0 Community and for sharing your feedback. @robertinocalcaterra has updated the blog post.