# Controlar que un usuario solo pueda entrar con un dispositivo

**URL:** https://community.glideapps.com/t/controlar-que-un-usuario-solo-pueda-entrar-con-un-dispositivo/82822
**Category:** Ask for Help
**Tags:** actions
**Created:** [June 29, 2025, 2:08pm UTC](https://community.glideapps.com/t/controlar-que-un-usuario-solo-pueda-entrar-con-un-dispositivo/82822 "2025-06-29T14:08:15Z")
**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: [June 30, 2025, 1:09am UTC](https://community.glideapps.com/t/controlar-que-un-usuario-solo-pueda-entrar-con-un-dispositivo/82822/2 "2025-06-30T01:09:50Z")

</div>

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, or logs in on a tablet), they’ll be blocked or forced to go through a manual process to update their device info.

---

_[View the full topic](https://community.glideapps.com/t/controlar-que-un-usuario-solo-pueda-entrar-con-un-dispositivo/82822)._
