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 !
unknown (author)
Sat Apr 26 10:36:53 -0700 2008
commit  93c07194828e46e815aa2b1b62129db4e0996a8d
tree    6704e93a00af7eb9c914faee1218be285cee18bd
parent  aea5cb03125095c5e8f7b54405a7386abe5d85ed
masquerade / .gitignore
100644 17 lines (17 sloc) 0.227 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.DS_Store
.loadpath
.project
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/**/*