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:
minor changes
unknown (author)
Sat Apr 26 10:36:53 -0700 2008
commit  93c07194828e46e815aa2b1b62129db4e0996a8d
tree    6704e93a00af7eb9c914faee1218be285cee18bd
parent  aea5cb03125095c5e8f7b54405a7386abe5d85ed
...
1
 
 
2
3
4
...
1
2
3
4
5
6
0
@@ -1,4 +1,6 @@
0
 .DS_Store
0
+.loadpath
0
+.project
0
 Thumbs.db
0
 log/*.log
0
 Capfile
...
1
2
3
 
4
...
1
2
 
3
4
0
@@ -1,5 +1,5 @@
0
 desc 'GC OpenID store'
0
 task :gc_openid_store => :environment do
0
- ActiveRecordOpenIDStore.new.cleanup
0
+ ActiveRecordStore.new.cleanup
0
 end

Comments

    No one has commented yet.