-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
directly include the mfa module #195
Conversation
Thanks for doing this, @briskt. It looks like it was a fair bit of work to merge this in. 👍 |
It certainly was challenging, especially the part about changing the user agent. And dealing with PHP library versions. Just makes me appreciate Go all the more. :) |
If you want to keep the class paths shorter, I think we've sometimes/often been using |
I was going for a direct match between the repo name and the namespace, but consistency is often better than "correctness". It's likely a bad assumption that a namespace should match the repository name. I'll change it to "Sil". |
Added
pwmanager
to help with testing.Removed
Changed
Assert
,LoggerFactory
andLoginBrowser
classes to avoid a custom autoload.--
Note: the first commit is mostly just copied files, and the remainder are the changes made to those files.