drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

A few minor enhancements #60

Open lowecg opened 2 years ago

lowecg commented 2 years ago

Added deps.edn to support git dependencies Added a feature to support the use of reverse proxies (e.g. ngrok) by overriding the hostname in HTTP calls (the original hostname is still used for the signing process). This enabled me to use clj-oauth from AWS Lambda to target a local test service Wrapped eagerly instantiated secure resources with delay to support GraalVM native compilation.