Accessing User Login Logs (Successful & Failed) in Glide

I’m looking for guidance on how to access the user login logs for my Glide application.

Specifically, I need to obtain records of both successful and failed login attempts for auditing and security analysis purposes.

Does anyone know

  1. Is this data accessible through the Glide interface (e.g., Data Editor, Metrics, or a special dashboard)?
  2. If it is, what are the steps to access or export these logs?
  3. If native access isn’t available, are there any common workarounds or integrations (e.g., using a specific data source or external service) that community members use to capture this kind of event data?

Any advice or pointers would be greatly appreciated!

Thanks in advance,

I would contact Glide Support to know if they can provide you that information. But I am pretty sure they would not be able to.

  1. You can use an AI component trigger to add logs on screen load:
    https://real-time-workflow.mbci.space/
    Untitled - Glide custom component
    Auto Action trigger - #8 by MaximeBaker

I don’t think “failed login attempts” is a thing available.

For attempted logins, Glide provide a list of last logins by each user in Usage > Users (when you click into an app).