# Obtener datos del dispositivo al iniciar sesion un usuario

**URL:** https://community.glideapps.com/t/obtener-datos-del-dispositivo-al-iniciar-sesion-un-usuario/83114
**Category:** Ask for Help
**Created:** [July 11, 2025, 4:22pm UTC](https://community.glideapps.com/t/obtener-datos-del-dispositivo-al-iniciar-sesion-un-usuario/83114 "2025-07-11T16:22:43Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 12, 2025, 3:46am UTC](https://community.glideapps.com/t/obtener-datos-del-dispositivo-al-iniciar-sesion-un-usuario/83114/2 "2025-07-12T03:46:39Z")

</div>

> [@Controlar que un usuario solo pueda entrar con un dispositivo](https://community.glideapps.com/t/controlar-que-un-usuario-solo-pueda-entrar-con-un-dispositivo/82822/2):
>
> There isn’t a foolproof/built-in solution in Glide to do this securely. I think your best bet is this. While Glide does not natively support device fingerprinting, you can create some fields in your user table to capture device-specific info when a user first logs in. Then, the next times when there’s a log in, restrict access if the device info does not match what’s stored. However, if a legitimate user wants to access the app from a new device (e.g., gets a new phone, uses a work computer, …

I think this is the same issue as your last post?

I would collect as much info you think is unique to the Device (through the Get device info column).

But as I said last time, this isn’t foolproof. Tech-savvy users can fake or change device information using emulators or browser tools, making it possible to bypass restrictions.

If a user gets a new phone, resets their device, or uses multiple devices (like a phone and a tablet), they might get locked out or face unnecessary hurdles.

---

_[View the full topic](https://community.glideapps.com/t/obtener-datos-del-dispositivo-al-iniciar-sesion-un-usuario/83114)._
