June 21, 2008
| high | |
| http://jaspan.com/improved_persistent_login_cookie_best_practice | |
| Buckybase security | |
| Session cookie |
The login cookie will enable detection of cookie theft (and you won't get logged out automatically when the session cookie expires).
The login cookie is in addition to the session cookie.
June 24, 2008
| high | |
| JSON, JSONP | |
| JSON API |
This is probably the sanest way to get data out of Buckybase.
A page could look like this:
{ title: "JSON output", fields: { "priority": ["high"], "tag": ["JSON", "JSONP"] }, fields_text: "priority: high\ntag: JSON, JSONP", body_text: "This is probably the sanest way to get data out of Buckybase. ..." }
Every page will have a URL /user/page?json plus there will probably be a /user?json too (returning a list of pages).
JSONP would make sense, too.