Step 1
OAuth authentication
Users authenticate with Google. Credentials never reach this server.
Private access portal
slick.ge is a personal Google Cloud–backed authentication gateway. It grants invite-only access to self-hosted dashboards, homelab services, and internal apps for family and friends.
This gateway sits in front of a private network. It authenticates with Google OAuth, verifies an allowlist, and only then routes traffic to protected services. It is not a SaaS, and it does not offer public access.
This page exists to document the OAuth client used by internal n8n automations that access Gmail and Google Sheets on behalf of approved users.
Access constraints
OAuth → Authorization → Access
Step 1
Users authenticate with Google. Credentials never reach this server.
Step 2
The gateway compares the account identity to a private allowlist.
Step 3
Approved users receive time-bound access through a reverse proxy to internal services.
Access is limited to named accounts and scoped services. No self-service enrollment.
No tracking, no ads, and no third-party analytics. Logs are kept minimal and security-focused.
TLS in transit and short-lived sessions reduce exposure. Tokens are verified server-side.
Services are self-hosted on private infrastructure and not exposed directly to the public internet.