octoprint-ldap/octoprint_auth_ldap
Compunautics ef92234e65
Allow user lookup by apikey
This plugin breaks the GCode Viewer as is. When using this plugin and accessing the GCode Viewer, one gets this error in the log:

TypeError: findUser() got an unexpected keyword argument 'apikey'

This commit ensures that the findUser function knows how to handle the 'apikey' parameter from ~/octoprint/server/util/__init__.py if submitted.
2019-02-09 13:50:48 -06:00
..
templates Adding ability to limit LDAP login to users in specific group(s) 2018-01-28 12:09:55 -05:00
__init__.py Allow user lookup by apikey 2019-02-09 13:50:48 -06:00