Hi,
While authorizing a user, auth_db only loads additional AVPs on success.
IMO it would also make sense to load them on failure, so you could
easily check if it's a known user with wrong credentials or an unknown
user.
It would especially be useful for fetching the uuid of the user although
authorization fails.
Any comments?
Andy