🐙 github oauth
perfect for developer tools and apps targeting the github community
- pkce flow implementation
- secure session handling
- custom redirect support
- scope customization
𝕏 x (twitter) oauth
ideal for social apps and products targeting x users
- oauth 2.0 with pkce
- csrf protection built-in
- lightweight session management
- easy customization
🔧 custom flows
templates for building your own oauth integrations
- modular architecture
- country-specific scopes
- custom redirect handling
- minimal dependencies
⚡ why simpler?
most auth libraries are bloated. this is just templates you copy.
- no huge dependencies
- understand every line
- customize everything
- cloudflare workers ready
💰 stripe payments
when you don't need identity, just payment auth
- payment-based auth
- no user accounts needed
- instant access control
- revenue + auth combined
🚀 getting started
pick a template, copy the code, customize for your needs
- copy one file (~200 lines)
- set your oauth credentials
- deploy to cloudflare
- done. that's it.