boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Workflow - Upgrade / Enhance Auth Token implementation #383

Closed tlawrie closed 11 months ago

tlawrie commented 1 year ago

To simplify the coding management of tokens we need to enhance the auth framework.

As we implement all levels of tokens the same way, this will lead to additional changes

Potentially this would allow us to combine all the token management screens into one screen to view all the tokens the user has access to and just allow filters on scope etc

tlawrie commented 1 year ago

Service implementation has nearly been completed. Only left to add permissions to a token.

Additionally needs to be documented and front end to provide the ability to create tokens with various permissions and scope