We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A Ruby on Rails-based OpenID server for all ya identity providers out there. It is pretty close to the current OpenID specifications and supports SReg, AX (only fetch requests, yet) and PAPE
Homepage: http://dennisbloete.de/projects/masquerade/
Clone URL: git://github.com/dbloete/masquerade.git
Click here to lend your support to: masquerade and make a donation at www.pledgie.com !
dbloete (author)
Thu Apr 24 03:32:54 -0700 2008
commit  285124914507d7d6b14189c7c6ea7795abfd645c
tree    52338f5df357078372c427bffc7192ff056fce1c
parent  69d7c25f901e8a11590d33324f7874df8e95c862
masquerade / .gitignore
100644 15 lines (15 sloc) 0.208 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.DS_Store
Thumbs.db
log/*.log
Capfile
config/app_config.yml
config/database.yml
config/deploy.rb
config/mongrel_cluster.yml
db/schema.rb
db/schema.sql
db/*.sqlite3
doc/api
doc/app/*
public/cache/**/*
tmp/**/*