index
:
mod_auth_singleid
apache-24
master
Automatic openid authentication against a single provider.
stef@thewalter.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
consumer.cc
Age
Commit message (
Collapse
)
Author
2010-02-11
Log errors returned from identity provider to log.
Stef Walter
2010-02-11
Implement redirect after a successful authentication option.
Stef Walter
2009-10-29
Use 302 Found redirect.
Stef Walter
For compatibility reasons we use the 302 Found HTTP redirect code. Although 303 would be more technically correct, 302 is recommended for interoperability.
2009-08-19
Add license headers where relevant
Stef Walter
2009-08-19
Support POST responses back from the provider
Stef Walter
2009-07-08
Add various messages when things go wrong. Don't try to authenticate POST.
Stef Walter
2009-07-07
Restart authentication if we think we've restarted since URL came back.
Stef Walter
2009-07-07
Store exchanged attributes in the cookie.
Stef Walter
2009-07-07
Implement simple AX attribute exchange.
Stef Walter
* Does not yet handle setting attributes from the cookie.
2009-06-18
FreeBSD compile fixes
Stef Walter
2009-06-18
Pass GET arguments through authentication properly.
Stef Walter
2009-06-18
A bunch of fixes that make OpenID authentication work for the first time.
Stef Walter
2009-06-18
Complete almost all code, compiles.
Stef Walter
2009-06-18
A bunch of fixes toward compilation. Finish today's work.
Stef Walter
2009-06-17
Some coding work. Banged out generally how things will work. Nothing ↵
Stef Walter
compiles yet.