You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses typescript, but without types, so this just makes it harder to people who aren't familiar with typescript to use without any benefits
it does a bunch of verification and authentication manually, instead of using https://www.passportjs.org/ which would be more standard
it contains code like this which is fairly convoluted and not best practice
We've run into this a few times as we'd like to use this article as a starting point for some of the other examples in the documentation, and then link to this one, but because of the issues in the quickstart we have to show how to set up an express base example from scratch instead.
If this gets done, it'd be great to update all the projects that were built on top of this one.
Probably the easiest way to find them is to check out all the fusionauth-example and fusionauth-quickstart repos and grep for that stateValue creation method.
The example ExpressJS quickstart (web) has a few issues.
We've run into this a few times as we'd like to use this article as a starting point for some of the other examples in the documentation, and then link to this one, but because of the issues in the quickstart we have to show how to set up an express base example from scratch instead.
We should rewrite this example and update the article and example repo.
The text was updated successfully, but these errors were encountered: