OAuth2 server subsite for Yesod web apps
2024-08-15 21:14:00 +03:00
src Upgrade to LTS 22 and switch to SQL-only 2024-08-15 21:14:00 +03:00
.gitignore Add .gitignore 2024-07-05 19:17:50 +03:00
_boring Initial code 2020-03-12 13:30:03 +00:00
AUTHORS.md Initial code 2020-03-12 13:30:03 +00:00
CHANGELOG.md Initial code 2020-03-12 13:30:03 +00:00
COPYING Initial code 2020-03-12 13:30:03 +00:00
dvara.cabal Upgrade to LTS 18 2024-07-15 22:41:38 +03:00
README.md Initial code 2020-03-12 13:30:03 +00:00
stack-lts-18.yaml Upgrade to LTS 22 and switch to SQL-only 2024-08-15 21:14:00 +03:00
stack-lts-22.yaml Upgrade to LTS 22 and switch to SQL-only 2024-08-15 21:14:00 +03:00

See the .cabal file for more info and link to project website the version control.

This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file COPYING.

To build the library, run stack build in the repo directory. You may run stack setup first to install GHC. You can play with the library on the GHCi interactive interpreter via stack repl.

The file CHANGELOG.md provides a friendly overview of the changes for each release.