Skip to content

Commit

Permalink
[馃懟] Add support for verifying Ghostwriter tokens
Browse files Browse the repository at this point in the history
We are going to start using Replit Identity to authenticate against
Ghostwriter for better latency.

This change is the first implementation, with sufficient support to
validate Ghostwriter tokens!
  • Loading branch information
lhchavez committed Oct 21, 2022
1 parent e6ff53e commit 6dbd867
Show file tree
Hide file tree
Showing 17 changed files with 831 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .flake8
Expand Up @@ -4,6 +4,8 @@ ignore = E203,W503,ANN101,ANN102,S322,ANN206,S201,D105,D107
per-file-ignores =
src/replit/__init__.py:F401
src/replit/web/__init__.py:F401
exclude =
src/replit/goval/api

max-line-length = 88
application-import-names = vidgen,tests
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -18,7 +18,7 @@ blocks:
- checkout --use-cache
- python -m pip install --upgrade poetry
- poetry install
- git diff origin/master | poetry run flake8 --diff
- poetry run flake8
- name: unittest
commands:
- sem-version python 3.8
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Expand Up @@ -15,6 +15,7 @@ provides:
- A fully-featured `Replit DB <https://docs.repl.it/misc/database>`_ client and CLI.
- A Flask鈥揵ased application framework for accellerating development on the platform.
- A simple audio library that can play tones and audio files!
- A library to authenticate between Repls.

Table of Contents
=================
Expand Down

0 comments on commit 6dbd867

Please sign in to comment.