Development

Changeset 17254

You must first sign up to be able to contribute.

Changeset 17254

Show
Ignore:
Timestamp:
04/13/09 13:16:23 (4 years ago)
Author:
chrodriguez
Message:

README updated to reflect routing rules

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/crJossoPlugin/trunk/README

    r15864 r17254  
    6666 
    6767 
    68 * Add the following routing rules in routing.yml: 
     68* Prepend the following routing rules in routing.yml: 
    6969 
    7070Example 
    7171 
    7272      cr_josso_signin: 
    73         url:   /login/ 
     73        url:   /login 
    7474        param: { module: crJossoAuth, action: signin } 
    7575 
    7676      cr_josso_signout: 
    77         url:   /logout/ 
     77        url:   /logout 
    7878        param: { module: crJossoAuth, action: signout } 
    7979 
     80      .... 
    8081 
    8182 
     
    117118 
    118119##TODO## 
    119 * Lot of testing 
    120 * Save requesting URL whe session is not valid so when user is logged in we 
    121   can redirect to the requested url 
     120* Test timeout issues. Diferences between PHP and Java session management 
     121* Test accessing secured action and saving requesting URL so request is redirected on JOSSO login 
     122   
    122123 
    123124##Author##