How do you Query and display a Logged in user when using the static security provider? The doc only refers to using a database as far as I understand.
https://docs.wappler.io/t/getting-details-of-the-logged-in-user-and-binding-them-to-your-page/2850
It should work exactly the same.
Hello,
What do you need to query exactly, when the user is not in your database but you are using a static list?
I want to use security provider with the type set to static and on successful login the user’s name is displayed. I’ve successfully used the database security provider to do this but I can’t figure it out with the static provider.
With the database provider you can just query the database, but since there’s no database(right?) with a static provider I’m not sure how to do this.