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 !
Ash (author)
Sun Oct 11 17:50:09 -0700 2009
dbloete (committer)
Wed Oct 14 11:41:33 -0700 2009
commit  0a01e24e26b1ff2e2a0fc13273311787ae4977d8
tree    8e315adb51c517b6632d04432da69505b4407a6c
parent  1023d6824245ffbd8dfb163a91ab4df0451de415
masquerade / .gitignore
100644 18 lines (17 sloc) 0.225 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.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/*