Skip to main content
Module

x/deno_kv_oauth/CONTRIBUTING.md

High-level OAuth 2.0 powered by Deno KV.
Go to Latest
File

Contributing

Submitting a Pull Request

Before submitting a pull request, please run deno task ok and ensure all checks pass. This checks formatting, linting, types and runs tests.

Adding a Pre-configured OAuth 2.0 Client

In the pull request, please do the following:

  1. Share a screenshot of the demo web page running on your local machine. This confirms that the newly created OAuth 2.0 client is working correctly.
  2. Ensure the code example snippet is reproducible.
  3. Add the provider to the README’s list of pre-configured OAuth 2.0 clients, in alphabetical order.