Hey folks - I'd like to write a javascript library to manage the gadget security token. Code that calls gadgets.util.getUrlParameters().st would need to change to call gadgets.auth.getSecurityToken().
This will let us do things like periodically update the security token. Cheers, Brian

