We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is one of a series of proposals for taking NYPL's extensions to Authentication For OPDS and adding them to the core document.
https://github.com/NYPL-Simplified/Simplified/wiki/Authentication-For-OPDS-Extensions#input-mechanisms
An OPDS server may use the inputs extension to customize the input mechanisms used to gather the patron's credentials.
inputs
Of all the proposals this is IMO the most useful one to add to the core spec.
The text was updated successfully, but these errors were encountered:
I agree that this would be a useful addition to the spec as well.
For the length of each field, I think that instead of just having a max value we might want to support the following:
max
min
exact
We'll of course need rules when these values contradict one another, but not having min or a specific value feels like a missed opportunity.
For the keyboard, what you've defined is a good starting point, but I'd rather have lowercase tokens without spaces:
email
number
none
This would further align our input types with HTML. Do we really need default when having a null value is enough?
default
null
The barcode format feels a little under specified currently with a single value. This might be more suited as an extension.
Sorry, something went wrong.
No branches or pull requests
This is one of a series of proposals for taking NYPL's extensions to Authentication For OPDS and adding them to the core document.
https://github.com/NYPL-Simplified/Simplified/wiki/Authentication-For-OPDS-Extensions#input-mechanisms
An OPDS server may use the
inputs
extension to customize the input mechanisms used to gather the patron's credentials.Of all the proposals this is IMO the most useful one to add to the core spec.
The text was updated successfully, but these errors were encountered: