There’s so much information to digest when implementing for the first time. So I initially implemented the Call to API using the Authorization Code Flow and got it working, then I discovered the Auth0 SDK which I found much simpler. Maybe my approach was backwards on accident, so my question is what is the advantage of calling the API code flow vs. the SDK? The API call just seemed to have more granular options that I did not see with the SDK. Not saying I needed them. With so much info to digest ( btw - I really appreciate the wealth of info and documentation that Auth0 provides ) I wanted to test my understanding of the different implementations so I can better educate myself on the best path to suit my needs.
Thank You in Advance.