Skip to content

Commit

Permalink
📝 refs #2091 Adding note to the old Flutter blog post pointing to the…
Browse files Browse the repository at this point in the history
… new article
  • Loading branch information
vcampitelli committed Apr 27, 2023
1 parent f0726e2 commit 3bf2b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/_posts/2020-11-23-securing-flutter-oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Today, Flutter has become one of the most talked about cross-platform mobile dev

<!--more-->

{% include _callout-tip.liquid content="This blog post has been [superseded by a newer Flutter tutorial](/docs/v1/tech/tutorials/integrate-flutter)." %}


In this tutorial, we will implement one of the most essential features for any application: authentication. We'll use OAuth and OIDC. These standards let you interact with a wide variety of identity providers. In this case, we are going to use FusionAuth to run our own Auth server and develop this authentication integration.

If you want to go straight to the code, check out the [GitHub repo](https://github.com/FusionAuth/fusionauth-example-flutter-dart/).
Expand Down

0 comments on commit 3bf2b1e

Please sign in to comment.