Save Date/Time Weweb Auth

Hi, I would like to save the values {user name} and {date/time} each time a user logs in the app. How can I achieve that? Thank you :slight_smile:

You want to have access to them temporarily during the session or you want to keep a permanent record of every time someone logs in?

The latter please :pray: A permanent record of every time someone logs one. Thank you

You could use an on app load workflow which checks if a user is logged in, and if true, will send this info back to your backend.

1 Like

What Quentin said. :slightly_smiling_face: