πŸ¦€ 100% Rust
⚑ Serverless
πŸ”’ Zero Data Stored
πŸ†“ Free Tier

Login is a
gateway,
not a
database.

NiceLogin: OAuth authentication gateway, free Auth0 alternative, free Clerk alternative, Firebase Auth alternative, Supabase Auth alternative. OAuth proxy with JWT and JWKS verification. 25+ social login providers, zero user data stored, no SDK required, 100% Rust serverless.

We don't store your users. We just open the door. Pure OAuth, JWKS for validation. You're in full control.

<10ms
Average latency
100%
Guaranteed uptime
25+
OAuth Providers
$0
Per user
No documentation needed

So simple it doesn't
need docs.

Three steps. No SDK. No library. Just HTTP and JWT.

01Register your keys

Register the client_id and secret from your OAuth provider in the dashboard.

{
  "provider": "google",
  "client_id": "your-client-id",
  "client_secret": "β€’β€’β€’β€’β€’β€’β€’β€’"
}
02Redirect the user

Send the user to our login URL. One redirect, that's it.

window.location.href =
  "nicelogin.com/auth?client_id=123&provider=google"
Aprovado!
03Validate the JWT

Use our JWKS endpoint to verify the token. Done.

const user = verify(
  token,
  "nicelogin.com/.well-known/jwks.json"
)

// βœ… Done. No SDK. No dependencies.
// The user is yours. Not ours.
That's it. No giant SDKs. No dependencies. No vendor lock-in. Plug and play.
OAuth Providers

25+ Providers.

One endpoint.

All the social providers you need. Register keys, redirect, validate. No SDK.

Google β€’GitHub β€’Apple β€’Discord β€’Microsoft β€’Slack β€’Spotify β€’Twitch β€’Facebook β€’Twitter/X β€’LinkedIn β€’GitLab β€’Notion β€’Linear β€’Atlassian β€’Dropbox β€’HubSpot β€’Coinbase β€’Steam β€’TikTok β€’LINE β€’Box β€’Bitbucket β€’Hugging Face β€’Xero β€’Google β€’GitHub β€’Apple β€’Discord β€’Microsoft β€’Slack β€’Spotify β€’Twitch β€’Facebook β€’Twitter/X β€’LinkedIn β€’GitLab β€’Notion β€’Linear β€’Atlassian β€’Dropbox β€’HubSpot β€’Coinbase β€’Steam β€’TikTok β€’LINE β€’Box β€’Bitbucket β€’Hugging Face β€’Xero β€’
Google
GitHub
Apple
Discord
Microsoft
Slack
Spotify
Twitch
Facebook
Twitter/X
LinkedIn
GitLab
Notion
Linear
Atlassian
Dropbox
HubSpot
Coinbase
Steam
TikTok
LINE
Box
Bitbucket
Hugging Face
Xero

Can't find yours? Request it on the portal β€” we'll add it fast.

Open Portal β†’
Why NiceLogin?

Built for devs
who hate bloat.

100% UPTIME

Serverless infrastructure in Rust. No cold starts, no downtime. Full availability.

ZERO DATA STORED

We don't store any of your users' data. JWKS is the source of truth. No database = no breach.

RUST SERVERLESS

Backend compiled in Rust. Insane performance at minimal cost. Native edge computing.

NATIVE SECURITY

No database = no data breach possible. Your token, your responsibility, your control.

NO SDK

No need to install anything. HTTP redirect + JWT verification. Works with any language.

GLOBAL EDGE

Globally distributed deploy. Your users authenticate on the server closest to them.

Honest comparison

NiceLogin vs
the rest.

Clerk, Auth0, Firebase Auth β€” they all want to be your database. We don't.

NiceLogin
Clerk / Auth0
Cost per user
$0
$$$
SDK required
AprovadoNo
ReprovadoYes
Stores user data
AprovadoNever
ReprovadoAlways
Lock-in
AprovadoZero
ReprovadoTotal
Latency
<10ms
50-200ms
Docs needed
None
100+ pages
Free plan
Generous
Limited
Backend
Rust
Node/Go

No vendor lock-in

Migrate whenever you want. Your data was never here.

Start in 5 minutes

Free plan available. Upgrade when you need to.

Generous Free Plan

Start now.
Simple as that.
No bullshit.

Free plan with no artificial limits. Scale when you need to, pay when it makes sense.

25+ OAuth providers
No user limit on free
Plans starting at $0
Setup in 5 minutes
Create Free Account