BREAKING CHANGE, removes methods from DeviceAuthorizationStorage: - GetDeviceAuthorizationByUserCode - CompleteDeviceAuthorization - DenyDeviceAuthorization The methods are now moved to examples as something similar can be userful for implementers.
BREAKING CHANGE: The returned router from `op.CreateRouter()` is now a `chi.Router` Closes #301