Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viral32111/oauth-demo
Demonstration of OAuth 2.0 integration with various providers.
https://github.com/viral32111/oauth-demo
cloudflare-workers integration oauth2
Last synced: 2 days ago
JSON representation
Demonstration of OAuth 2.0 integration with various providers.
- Host: GitHub
- URL: https://github.com/viral32111/oauth-demo
- Owner: viral32111
- License: agpl-3.0
- Created: 2023-01-25T21:48:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:49:01.000Z (6 days ago)
- Last Synced: 2024-11-01T16:27:58.828Z (6 days ago)
- Topics: cloudflare-workers, integration, oauth2
- Language: HTML
- Homepage: https://oauth-demo.pages.dev
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# OAuth Demo
[![CI](https://github.com/viral32111/oauth-demo/actions/workflows/ci.yml/badge.svg)](https://github.com/viral32111/oauth-demo/actions/workflows/ci.yml)
[![CodeQL](https://github.com/viral32111/oauth-demo/actions/workflows/codeql.yml/badge.svg)](https://github.com/viral32111/oauth-demo/actions/workflows/codeql.yml)
![GitHub deployments](https://img.shields.io/github/deployments/viral32111/oauth-demo/github-pages?label=GitHub%20Pages)
![GitHub deployments](https://img.shields.io/github/deployments/viral32111/oauth-demo/cloudflare-pages?label=Cloudflare%20Pages)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/viral32111/oauth-demo?label=Latest)
![GitHub repository size](https://img.shields.io/github/repo-size/viral32111/oauth-demo?label=Size)
![GitHub release downloads](https://img.shields.io/github/downloads/viral32111/oauth-demo/total?label=Downloads)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/viral32111/oauth-demo?label=Commits)This is a web application running on [Cloudflare Pages](https://pages.cloudflare.com) and [Cloudflare Workers](workers.cloudflare.com) for demonstrating integrations of the [OAuth 2.0 standard](https://oauth.net/2/) with popular providers.
## ⚖️ License
Copyright (C) 2023 [viral32111](https://viral32111.com).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.