9 replies
January 2021

robertino.calcaterra Auth0 Employee

Let us know if you have any comments or thoughts! :speech_balloon:

January 2021

jitterted

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.

January 2021

konrad.sopala Community Engineer

Hey there!

Let me channel that question through our Content Team as I’m not aware of that

October 2022

jfletcher

Hello! I was wondering if there was any full source code as well? It would be great to see whatabyte’s source as well as the backend, thanks!

1 reply
October 2022

dan-auth0 Auth0 Employee

Howdy! We don’t have an open repo yet for the Whatabyte client source code but :eyes: 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.

February 2023

ndanga.wandji

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 ?

2 replies
February 2023

mraible Auth0 Employee

Hello @ndanga.wandji,

I believe you have found a bug in this tutorial. Currently, it says:

You use ResponseEntity.of() within the findAll method.

It should say:

You use ResponseEntity.of() within the find method.

You might also find this more-recent CRUD tutorial I created useful:

1 reply
February 2023 ▶ mraible

dan-auth0 Auth0 Employee

Thanks, Matt, for your support on this topic!

February 2023 ▶ ndanga.wandji

dan-auth0 Auth0 Employee

Hello, Ndanga! Thanks for joining the Auth0 Community and for sharing your feedback. @robertinocalcaterra has updated the blog post. :muscle: