buckybase is in alpha – intro | blog | create account | login
view as table

manuel / High / priority of:

June 21, 2008

priority:high
recipe:http://jaspan.com/improved_persistent_login_cookie_best_practice
tag:Buckybase security
nearby: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

priority:high
tag:JSON, JSONP
nearby of: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.

June 24, 2008

priority:high

The page lists are getting too long.