Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/wordpress-auth
Authenticate Wordpress Cookies & Nonces in Haskell Requests.
https://github.com/prikhi/wordpress-auth
cookies haskell nonces servant servant-auth wordpress wordpress-auth
Last synced: 2 months ago
JSON representation
Authenticate Wordpress Cookies & Nonces in Haskell Requests.
- Host: GitHub
- URL: https://github.com/prikhi/wordpress-auth
- Owner: prikhi
- License: bsd-3-clause
- Created: 2018-12-14T09:47:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T05:08:31.000Z (over 1 year ago)
- Last Synced: 2024-04-26T23:43:03.925Z (8 months ago)
- Topics: cookies, haskell, nonces, servant, servant-auth, wordpress, wordpress-auth
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/wordpress-auth
- Size: 48.8 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Wordpress Authentication
[![Build Status](https://travis-ci.org/prikhi/wordpress-auth.svg?branch=master)](https://travis-ci.org/prikhi/wordpress-auth)
This repository contains Haskell packages for authenticating Wordpress cookies
& nonces.The `wordpress-auth` package contains the base types, transformations, &
validations. The `servant-auth-wordpress` package provides a `Servant`
AuthHandler that validates cookies and nonces, as well as utility functions for
rolling your own AuthHandler.## Contribute
Contributions, documentation, & tests are always welcome.
The API is still evolving - if you have trouble using this library or
integrating it with some framework, please open an issue letting me know what
you need.## License
All packages in this repository are licensed with BSD 3-clause, but exceptions
are possible.