Skip to content

Commit

Permalink
feat: add BrowserID support to Tokenserver
Browse files Browse the repository at this point in the history
Closes #1215
  • Loading branch information
Ethan Donowitz committed Feb 7, 2022
1 parent 04b2437 commit 9660d46
Show file tree
Hide file tree
Showing 33 changed files with 2,447 additions and 1,007 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ commands:
- run:
name: Core Python Checks
command: |
flake8 src/tokenserver/verify.py
flake8 src/tokenserver
flake8 tools/integration_tests
flake8 tools/tokenserver
rust-clippy:
Expand All @@ -56,7 +56,7 @@ commands:
steps:
- run:
name: cargo build
command: cargo build --features tokenserver_test_mode
command: cargo build
setup-gcp-grpc:
steps:
- run:
Expand Down
Loading

0 comments on commit 9660d46

Please sign in to comment.