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
Search Repo:
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/**/*