AuPair provides token-based authentication and versioning for Rails API applications.
Stars
27
Forks
2
Watchers
27
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
updated readme to discuss option to disable authentication
c24fc12View on GitHubMerge pull request #2 from AptsCom/disable_authentication_option
dd789eeView on GitHubprovide an option for turning off authentication in config for certain environments
9b57f9fView on GitHubfixing security issue: if a user supplied a nonexistent vendor and no token, it was considered valid since both were nil and therefore matched
65f1c82View on GitHubinvalidate when vendor is passed in as nil. Otherwise, if an api call would be authorized no matter what if no vendor and token are specified, because they'd match since they're both nil!
03012deView on GitHub