I am interested in using Flutterflow's custom auth feature. I'm confused as to what "Authenticated" means in this context.
So I have an API call that will authenticate the user and give them a JWT. What does that mean to Flutterflow? How does Flutterflow have any clue if that JWT is valid? Where does it store that JWT? Does "Authenticated" just mean that there is some app-wide variable inside the Flutterflow app that indicates that the user is authenticated?