nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

Added a check to make sure BasicAuth points to a protected URL. #81

Closed alejandroliu closed 5 years ago

alejandroliu commented 5 years ago

Fixes #58

Changes proposed in this pull request:

In a modern environment, the performance hit is minimal as the backend server is only queried on a new session login. Afterwards the backend server is not being queried until the session logs out.

alejandroliu commented 5 years ago

error