mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
Feature request - Device based authentication #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emkalyvas on GitHub (Apr 16, 2025).
I'm looking into ways to access some of my local services/APIs from my smartphone. Currently, certain Android applications I use which are using some of my local network services, are unable to authenticate via the Pangolin portal. My current approach is to expose these services though Cloudflare to my Cloudflare user and connect to my local network through zero trust, but I would like to stop using cloudflare and move to pangolin.
Would it be possible to have something similar to cloudflare's zero trust? So, to have a smartphone application to authenticate with pangolin and tunnel the device's traffic through pangolin to the selected site (local network), exposing the site resources or even the whole site network.
That would be totally awesome! 😃