Ok we have two working agents now as examples
modified: .gitignore modified: README.rst modified: app.py modified: templates/login.html.j2 modified: templates/verify.html.j2 deleted: test_agent.sh new file: test_jwt_owner_agent.sh new file: test_otp_cookie_agent.sh
This commit is contained in:
parent
2a6d55b623
commit
c5cc687dcf
8 changed files with 510 additions and 151 deletions
|
|
@ -126,7 +126,7 @@ PyraFiles uses a passwordless login system for users:
|
|||
JWT Agent Authentication
|
||||
========================
|
||||
|
||||
Agents authenticate with PyraFiles using JWT tokens, allowing programmatic interaction:
|
||||
Agents authenticate with PyraFiles using Cookies or JWT tokens, allowing programmatic interaction:
|
||||
|
||||
1. **Generate Agent JWT**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue