Modify ↓
Opened 18 years ago
Closed 9 years ago
#481 closed enhancement (wontfix)
implement a Trac session based store
Reported by: | wkornewald | Owned by: | cygnus |
---|---|---|---|
Priority: | normal | Component: | OpenidPlugin |
Severity: | normal | Keywords: | |
Cc: | wkornewald | Trac Release: | 0.10 |
Description
Currently, the plugin uses stateless authentication which is a little bit slower, but much easier to implement. For the future, we need a better mechanism.
Attachments (0)
Change History (5)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
Cc: | wkornewald added; anonymous removed |
---|
comment:3 Changed 18 years ago by
comment:4 Changed 18 years ago by
Owner: | changed from wkornewald to cygnus |
---|---|
Status: | assigned → new |
Reassigning.
comment:5 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Plugin is deprecated. See AuthOpenIdPlugin for an alternative.
Note: See
TracTickets for help on using
tickets.
Just FYI, a session store will not improve matters if you plan on storing association data on a per-user-agent basis. You need an association store whose data is site-wide.