CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 05:04:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090523210810
location: https://web.archive.org/web/20090523210810/https://github.com/mightybyte/happstack-auth/tree/master
server-timing: captures_list;dur=0.586223, exclusion.robots;dur=0.020124, exclusion.robots.policy;dur=0.009775, esindex;dur=0.010662, cdx.remote;dur=25.723046, LoadShardBlock;dur=126.297412, PetaboxLoader3.datanode;dur=43.470092, PetaboxLoader3.resolve;dur=43.390123
x-app-server: wwwb-app217
x-ts: 302
x-tr: 211
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 05:04:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 23 May 2009 21:08:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 246ms
x-archive-orig-etag: "b2602ea775a0533ff45bf0fcc5158f49"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 18742
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 23 May 2009 21:08:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 09 May 2009 20:36:29 GMT", ; rel="prev memento"; datetime="Sat, 09 May 2009 20:36:29 GMT", ; rel="memento"; datetime="Sat, 23 May 2009 21:08:10 GMT", ; rel="next memento"; datetime="Sat, 23 Mar 2013 18:31:19 GMT", ; rel="last memento"; datetime="Tue, 14 Feb 2017 13:07:57 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_9_20090523204044_crawl102-c/52_9_20090523210755_crawl101.arc.gz
server-timing: captures_list;dur=0.450676, exclusion.robots;dur=0.015859, exclusion.robots.policy;dur=0.008164, esindex;dur=0.009276, cdx.remote;dur=9.961305, LoadShardBlock;dur=133.305440, PetaboxLoader3.datanode;dur=111.768473, PetaboxLoader3.resolve;dur=183.503080, load_resource;dur=164.891114
x-app-server: wwwb-app217
x-ts: 200
x-tr: 355
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mightybyte's happstack-auth at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | An auth module to provide drop-in session capability with Happstack. |
Clone URL: |
git://github.com/mightybyte/happstack-auth.git
Give this clone URL to anyone.
git clone git://github.com/mightybyte/happstack-auth.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Apr 03 15:59:55 -0700 2009 | Cabalized and moved to the Happstack.Auth package. [mightybyte] |
![]() |
README | Fri Apr 03 10:06:13 -0700 2009 | Initial code. [mightybyte] |
![]() |
Setup.hs | Fri Apr 03 15:59:55 -0700 2009 | Cabalized and moved to the Happstack.Auth package. [mightybyte] |
![]() |
TODO | Sun Apr 05 11:27:45 -0700 2009 | Added todo item. [mightybyte] |
![]() |
demo/ | Loading commit data... ![]() |
|
![]() |
happstack-auth.cabal | ||
![]() |
src/ | Sun May 10 13:19:37 -0700 2009 | Simplified logoutHandler [mightybyte] |
This is an authentication framework for Happstack. It is intended to give Happstack developers an easy way to add session management/authentication to a web app. Right now it is functional but needs quite a bit of polishing to become generally useable. I'm realeasing it in this rough state because I don't know when I'll get around to actually polishing it up myself. If you want to improve it, feel free to fork this repo. I'll be happy to merge improvements in.
This feature is coming soon. Sit tight!