You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of callbacks forces you to pass a "default User" on error, which is hacky. The callbacks should allow passing null: webdav.IUser | null.
The text was updated successfully, but these errors were encountered:
npm-WebDAV-Server/src/user/v2/authentication/HTTPBasicAuthentication.ts
Line 21 in 5f23762
Current implementation of callbacks forces you to pass a "default User" on error, which is hacky. The callbacks should allow passing null:
webdav.IUser | null
.The text was updated successfully, but these errors were encountered: