Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Allow more than one action to be executed in existing operations #9

Closed
danielonsecurity opened this issue Jul 9, 2021 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@danielonsecurity
Copy link
Collaborator

For example:

(Grep
  :regex "TWO_FA_REQUIRED"
  :action
  (NextStage "multi_factor")
  :otherwise
  (NextStage "get_access_token"))

Instead of having only one allowed action like the NextStage here, it would be useful to add more than one, maybe in a list.

@danielonsecurity danielonsecurity added the enhancement New feature or request label Jul 9, 2021
@danielonsecurity danielonsecurity added this to the open source app milestone Jul 9, 2021
@danielonsecurity danielonsecurity self-assigned this Jul 9, 2021
@danielonsecurity danielonsecurity moved this from To do to Done in Implement missing features Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant