I have been struggling with this one for a couple of days. Some feedback for you guys, in the hopes that it makes it down to whoever writes these things
- None of the little code snippets tell you what file to put the code in. You have to decipher it based on the class, and its not very intuitive. Heaven help you if you are starting from scratch because you have nothing to match it with.
- When I implement the tutorial, it doesn’t function as described. The login button that it tells you to build doesn’t appear on my page. Instead, I am just automatically forwarded to the login page when I hit my SPA.
- The tutorial is incomplete, because it doesn’t tell you how to make the route to your application work after the login. As written, it just loops infinitely - redirect to my page - redirect to Okta page - repeat forever.