lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.67k stars 417 forks source link

Public and private routes #186

Closed rogueturnip closed 3 years ago

rogueturnip commented 3 years ago

I was wondering if there is an example on how to handle public routes vs authenticated private routes? Essentially having signup and sign-in pages public and the rest of the routes requiring some form of authentication to access them.

lukepighetti commented 3 years ago

Duplicate of https://github.com/lukepighetti/fluro/issues/112