release 1.3.1
Bugfixes
- avoid crashes when no session is found upon callback to the redirect_uri; may address #43; thanks @venkatmarepalli and @bungle
Features
- support RFC 7662 for token introspection
- use
opts.expiry_claim
for TTL cache control; closes #35; thanks @iperdomo
Packaging
- change rockspec so all newer dependencies/Lua versions of packages are allowed
- add dist.ini for OpenResty OPM; addresses #38