servant-auth-wordpress 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~servant-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: servant-server
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- servant-auth-wordpress.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # ChangeLog +## v1.0.0.1++Support Servant v0.16+ ## v1.0.0.0 Initial Release
servant-auth-wordpress.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 774a58469c47567c2bd34449f11d0de03d84be7de5c836df537173b5e8ba0ee4+-- hash: 037b857d32293dd0c96991bdf7ea53f7c6907f82735b00f076cb57b765fad23b name: servant-auth-wordpress-version: 1.0.0.0+version: 1.0.0.1 synopsis: Authenticate Routes Using Wordpress Cookies description: This package provides a Servant AuthHandler that validates Wordpress's @LOGGED_IN@ authentication Cookie & the @wp_rest@ Nonce, returning either an Authorized user with data or an Anonymous user, or calling an error handler. .@@ -37,7 +37,7 @@ build-depends: base >=4.7 && <5 , mtl >=2 && <3- , servant-server >=0.14 && <0.16+ , servant-server >=0.14 && <0.17 , text >=1 && <2 , time >=1 && <2 , wai >=3 && <4