Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/magic-crypt-3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter authored Aug 21, 2024
2 parents 353b069 + 8ee5000 commit c326435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
with:
use-cross: true
command: build
args: --verbose --release --target ${{ matrix.target }}
args: --verbose --target ${{ matrix.target }}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ to another file by using `pippo -c yourconfig.json`.

### auth_strategy

Authentification Strategy is optional and defaults to `oauth`, which is deprecated by adobe to Jan 1, 2025
The following Options are supported:
Authentification Strategy is optional and defaults to `oauth`, because `jwt` is deprecated by Adobe to Jan 1, 2025.

The following options are supported:

* oauth2
* jwt
Expand Down

0 comments on commit c326435

Please sign in to comment.