Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth #1906

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

OAuth #1906

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/Thebloxers998/oauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# OAuth Extension

## Description

This extension allows users to log in with various OAuth providers (Google, Microsoft, Discord, Twitter, GitHub, Facebook, LinkedIn, Spotify) and check their login status.

## Usage

1. Set the client ID, client secret, and redirect URI for the desired service using the provided blocks.
2. Use the login block to initiate the OAuth flow.
3. Use the isLoggedIn block to check if the user is logged in.

## Installation

1. Fork and clone the TurboWarp extensions repository.
2. Add this extension to the repository and create a pull request.

## Example Blocks

- Set client ID
- Set client secret
- Set redirect URI
- Log in
- Check login status
Loading