Skip to content
  1. Feb 23, 2013
  2. Sep 04, 2011
  3. Aug 17, 2011
    • Anton Vodonosov's avatar
      Fix the user-setup-url unit test: return two values from the... · 669e92db
      Anton Vodonosov authored
      Fix the user-setup-url unit test: return two values from the handle-check-id-setup, as required by the provider (the test failed because we recently added an assert in the provider code)
      
      Ignore-this: dadfbf1f6a701600ee842fe1af874e6f
      
      darcs-hash:ac62f7fcf5f52ca9fef417057f5bf9935a37fa69
      669e92db
  4. Aug 15, 2011
  5. Jul 12, 2011
  6. Jul 11, 2011
  7. Jun 12, 2011
  8. Jun 11, 2011
    • Anton Vodonosov's avatar
      re #19 some polishment of the provider API. Update the... · 8be50ab7
      Anton Vodonosov authored
      re #19 some polishment of the provider API. Update the +INDIRECT-RESPONSE-CODE+ docstring so that user is also recommented to use this code whith HTTP redirects.
      
      Ignore-this: 8b5d31a7a22d0a1ede545cf202bfdb62
      
      darcs-hash:48b46de81b240a4b69f177896640acce4a113383
      8be50ab7
    • Anton Vodonosov's avatar
      re #19 some polishment of the provider API. Remove from the... · 81a8d39e
      Anton Vodonosov authored
      re #19 some polishment of the provider API. Remove from the HANDLE-OPENID-PROVIDER-REQUEST docstring the statement that the redirect status code is always +INDIRECT-RESPONSE-CODE+ because it depends on what is returned from the HANDLE-CHECKID-SETUP.
      
      Ignore-this: 187d947b87b691d426a2e31e7e64a2dd
      
      darcs-hash:a7e45ee29fe60e67342ec3314949c581c0a9e0b4
      81a8d39e
    • Anton Vodonosov's avatar
      re #19 some polishment of the provider API. Introduced new function... · 4e540708
      Anton Vodonosov authored
      re #19 some polishment of the provider API. Introduced new function AUTH-REQUEST-REALM with returns the realm of the OpenID authentication request message.
      
      Ignore-this: ef5bfc8913fe9a84d055823cec1090f4
      
      darcs-hash:38149b75d6208a90961ed74888ec87c9d7abffbb
      4e540708
    • Anton Vodonosov's avatar
      re #19 some polishment of the provider API. Remove WITH-INDIRECT-ERROR-HANDLER... · f05a1dfb
      Anton Vodonosov authored
      re #19 some polishment of the provider API. Remove WITH-INDIRECT-ERROR-HANDLER and SIGNAL-INDIRECT-ERROR from the public API. Also fixed some typos in docstrings.
      
      Ignore-this: 7560c03276a9c39e75cb8cd756dfb57c
      
      darcs-hash:5df96120bffd36ff8ae4f5f4eb1737b89ca58c00
      f05a1dfb
    • Anton Vodonosov's avatar
      re #19 some polishment of the provider API. CANCEL-RESPONSE and... · 25a4fd7f
      Anton Vodonosov authored
      re #19 some polishment of the provider API. CANCEL-RESPONSE and SUCCESSFUL-RESPONSE are renamed to CANCEL-RESPONSE-URI and SUCCESSFUL-RESPONSE-URI. Both functions return only single value - the URI (no sense to return the HTTP status code as the second value, as this is always recirect). The URI is returned as a string instead of PURI:URI instance. The examples/provider.lisp code is adjusted, but not tested (because we first need to make it hunchentoot 1.1. compatible). But the library was tested with my non-commited tutorial.lisp.
      
      Ignore-this: fc153ed82377232a4a66c7f8f4cbc43b
      
      darcs-hash:5999a077775813554cd642193a467ee2a0f01903
      25a4fd7f
    • Anton Vodonosov's avatar
      re #19 some polishment of the provider API. HANDLE-OPENID-PROVIDER-REQUEST... · 9627774f
      Anton Vodonosov authored
      re #19 some polishment of the provider API. HANDLE-OPENID-PROVIDER-REQUEST always returns the second value, an HTTP code.
      
      Ignore-this: 361006e1c7a1930db528d8b330e035e0
      
      darcs-hash:8320edd8963982be66e51abc340e0f98a58ffc4b
      9627774f
    • Anton Vodonosov's avatar
      added a TODO comment to avoid ACONS for message creation, and use the more... · 4caae2de
      Anton Vodonosov authored
      added a TODO comment to avoid ACONS for message creation, and use the more abstract MESSAGE- funtions
      
      Ignore-this: 8dc92c479a6a4358f63631a62fe65e05
      
      darcs-hash:8c631de09cca4c5a10b90533f2379a7802aaf87b
      4caae2de
    • Anton Vodonosov's avatar
      small typo in a docstring · 5d3762a4
      Anton Vodonosov authored
      Ignore-this: 7d647d04726769adab92da9f6d33a6a8
      
      darcs-hash:d2dcf605cd21be4e098ad7579ec6fe5d1c51642e
      5d3762a4
    • Anton Vodonosov's avatar
      Fix handling of unsupported association requests by the function... · f9bb8161
      Anton Vodonosov authored
      Fix handling of unsupported association requests by the function HANDLE-OPENID-PROVIDER-REQUEST (switch the nesting of ENCODE-KV and HANDLER-CASE). Created an unit test which reveals the problem and covers handling of all kinds of usupporeted association requests.
      
      Ignore-this: 50f9f19fcd770a1620271d757c0a165c
      
      darcs-hash:e5cc21cb780a1d43112eff251768398099cef85d
      f9bb8161
  9. Jun 10, 2011
  10. Jun 09, 2011
  11. Jun 07, 2011
  12. Jun 05, 2011
  13. Jun 09, 2010
    • Anton Vodonosov's avatar
      1 - EXTRA-PARAMETERS kwarg for REQUEST-AUTHENTICATION-URI and... · 3dfeee63
      Anton Vodonosov authored
      1 - EXTRA-PARAMETERS kwarg for REQUEST-AUTHENTICATION-URI and INITIATE-AUTHENTICATION (this is needed for OpenID extensions, for example OAuth or Attribute Exchange). 2 - Additional (multiple) return values HANDLE and AUTHPROC for INITIATE-AUTHENTICATION (Especially the handle is useful for user code to track the process). Based on the patch provided by Leslie P. Polzer <sky@viridian-project.de>.
      
      Ignore-this: 17a2246a6dc01e34c88667dd450668e8
      
      darcs-hash:c72835b22fc686504aeb1d73ac4ba18e6dd946e9
      3dfeee63
  14. Aug 28, 2008
  15. Aug 18, 2008