Auth in Flutter 2 - Navigation and Guards with GoRouter

Auth in Flutter 2 - Navigation and Guards with GoRouter

This is the second part of the Auth in Flutter series. In this article, we will discuss how to implement Authentication and Authorization in Flutter correctly. Our focus will be on Navigation and Guards.

Here's the link for the previous part in case you didn't read it:

Auth in Flutter
Full guide about implementing Authentication and Authorization in Flutter correctly. Also, navigation, guards, and deep links are covered.
💡
Live preview of what we're going to build can be tested here.

Read more