Nextflow-Cloud / sso-system

The authentication system that powers Nextflow services.
https://sso.nextflow.cloud/login
GNU Affero General Public License v3.0
4 stars 1 forks source link

Authentication: escalation token #48

Open infiniwave opened 1 year ago

infiniwave commented 1 year ago

Generate a new type of token for actions requiring higher security. This will require logging in again to confirm the identity of the requester.

Compare to GitHub's sudo mode.

infiniwave commented 4 weeks ago

This can also help prevent state out of sync issues with the client for sensitive tasks.