Skip to content

aspeckt-112/simple-local-oauth-callback-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Local OAuth Callback Server

A minimal HTTP server for handling OAuth callback redirects locally.

Usage

Clone the repository

git clone https://github.com/aspeckt-112/simple-local-oauth-callback-server.git

Go to the newly cloned repository

cd simple-local-oauth-callback-server

Run the server with Python 3

python3 callback_server.py

The server will listen on http://localhost:8080.
When an OAuth provider redirects to http://localhost:8080/?code=..., the server will print the received code to the console.

You can use this server alongside tools like Bruno to quickly develop and test APIs that require OAuth authentication.

Requirements

  • Python 3.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages