Arc Forumnew | comments | leaders | submitlogin
OpenID consumer support for Arc, release v2
2 points by CatDancer 6290 days ago | 2 comments
This iteration implements properly passing the current page URL to the JanRain library so that it can do its spoof checking.

With this addition the code is now supposed to be providing a complete and working OpenID consumer implementation... let me know if you find any bugs :).

http://catdancer.ws/arc/openid2.tar

All code and patches are released to the public domain.

Still to do is miscellaneous code cleanup.



1 point by listic 6290 days ago | link

Can you please help me get this up and running on Windows. I couldn't get 'patch' binary to apply patches; it says:

patching file srv.arc Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 354 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

Binaries for patch are here: http://gnuwin32.sourceforge.net/packages/patch.htm and docs are here: http://linux.die.net/man/1/patch

-----

1 point by CatDancer 6289 days ago | link

I'm sorry, I don't run Windows myself and I know very little about that operating system.

The patches are quite small and could be easily applied by hand, if you wanted to do that.

Though I have no idea whether the code once patched will then run under Windows or not.

-----