Hi,
currently auth_required_callback values don't get awaited. This patch adds support for async callbacks and still retains compatibility to sync functions.
I just modified one of the test cases as completely copying one case seemed a bit like overkill to me.
Hopefully this can be merged!
Cheers,
Stephan
Hi, currently auth_required_callback values don't get awaited. This patch adds support for async callbacks and still retains compatibility to sync functions. I just modified one of the test cases as completely copying one case seemed a bit like overkill to me. Hopefully this can be merged! Cheers, Stephan