Skip to content

Maniseniler/Kick_Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kick_Application

🔐 Kick.com OAuth 2.0 with PKCE Implementation A secure Express.js server for authenticating with Kick's API using OAuth 2.0 with Proof Key for Code Exchange (PKCE). Includes token generation and callback handling.

Kick.com OAuth 2.0 with PKCE Implementation

Node.js Express License: MIT

A secure Express.js server implementation for authenticating with Kick.com's API using OAuth 2.0 with PKCE (Proof Key for Code Exchange). This protects against authorization code interception attacks.

Features

  • ✅ OAuth 2.0 Authorization Code Flow with PKCE
  • ✅ Secure code verifier generation
  • ✅ SHA-256 code challenge
  • ✅ Token exchange endpoint
  • ✅ Environment variable configuration
  • ⚠️ Security Note: Demo implementation - needs production hardening

About

Kick.com OAuth 2.0 with PKCE Implementation A secure Express.js server for authenticating with Kick's API using OAuth 2.0 with Proof Key for Code Exchange (PKCE). Includes token generation and callback handling.

Resources

Stars

Watchers

Forks

Contributors