web1n/Log into CTFd site
GitHub Action to log into CTFd site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| address | Server address of CTFd site, sample: https://example.com | yes | — |
| username | Username used to log into CTFd | yes | — |
| password | Password used to log into CTFd | yes | — |
| otp | One time code used to log into CTFd | no | — |
| logout | Log out from CTFd at the end of a job | no | true |
Outputs
| name | description |
|---|---|
| user_id | User id |
| user_name | User name |
| user_email | User email address |
| session | Cookie session id |
| nonce | Csrf nonce |