FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

FlowAuth should generate tokens on demand

Open greenape opened this issue 6 years ago • 2 comments

At the moment, adding a new token does just that - it generates and stores a token. There would be some advantages to changing this, so that the current token list is a list of configured token generators, and clicking the token button generates a new one with that generator. Would also mean it would make sense to add in an edit and delete button.

(I imagine we'd still want to record somewhere the generation of tokens.)

greenape avatar May 21 '19 13:05 greenape

I second the delete button. The list grows quite quickly. Also I suggest ordering by date descending instead of ascending - not sure if this should be a new issue.

flowstef avatar Feb 08 '21 10:02 flowstef

Will address as part of #5163

Thingus avatar May 26 '22 13:05 Thingus