1
0

Switch to PKSE OAuth impl (#1146)

* Auth pkse

* add additional fields

* fix actions

* fix lint

* Purge broken auth + bump version
This commit is contained in:
Geometrically
2024-04-24 21:27:25 -07:00
committed by GitHub
parent e9e99956ad
commit deedf4fc8b
8 changed files with 50 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
targets: aarch64-apple-darwin
targets: aarch64-apple-darwin, x86_64-apple-darwin
- name: Rust setup
if: "!startsWith(matrix.platform, 'macos')"