dbloete / masquerade

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

This URL has Read+Write access

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/*