rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

Support client-driven refresh of expiring credentials #331

Closed michaelklishin closed 5 years ago

michaelklishin commented 5 years ago

This extends the authZ interface to let backends hint that their credentials can expire and should have a way of updating.

See https://github.com/rabbitmq/rabbitmq-auth-backend-oauth2/issues/28 for background.