-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add supported fields to Authenticate struct type #62
Add supported fields to Authenticate struct type #62
Conversation
Revert "Add supported fields to Authenticate struct type"
This PR was intended for a fork and was mistakenly opened here. |
For what it's worth: the table-prefix thing is a feature I've thought about adding. Having a configurable/dynamic option for that might be useful. Downgrading the syntax to MySQL 5.x isn't something we'll likely support (though — I might be open to adding a As far as the actual fields — we don't need to support them because none of the storage backends use them and the |
Added #64 :) |
Adds DeviceName, Model, and ModelName to Authenticate struct, which are required fields for an AuthenticateRequest according to Apple's documentation