oktadev / spring-menu-api

1 stars 3 forks source link

It should works without WHATABYTE #2

Open preet-pdf opened 1 month ago

preet-pdf commented 1 month ago

Hi @indiepopart ,

Thank you for the excellent tutorial. I followed it without using the auth0-cli, and it worked perfectly for me. I tested CRUD operations, user authentication, and API authorization, all of which functioned as expected. I appreciate your efforts in creating such a comprehensive guide.

I have a question regarding the removal of the WHATABYTE layer. Specifically, I would like to know the extent of changes required in the Spring Boot application. Here are the modifications I have identified so far:

Adding the Auth0 Domain, Auth0 Client ID, Auth0 API Audience, and Auth0 Callback URL to the application.properties file. Implementing the necessary logic in the SecurityConfig class for sign-in/out and authentication purposes (though I am unsure if there are additional requirements). Are there any other functionalities that WHATABYTE provides that we need to replicate in our Spring Boot application? Any guidance or additional details you can provide would be greatly appreciated.

preet-pdf commented 1 month ago

Hi, @alisaduncan Can you please help as I found you active in auth0 blogs Thanks!

alisaduncan commented 1 month ago

Thanks for reaching out @preet-pdf !

Unfortunately I don't work on Java or Auth0 products, so I'll tag @deepu105 to see if he can assist.