I'm working on a cron job to run on the engine to do some tasks via the
API. Is there a way I can get an API OAuth token created without
actually storing a password?
For example, some script that can be run to directly create a session in
the database and return the token. Obviously this _can_ be done, it's a
matter of knowing the right bits to do (so basically wondering if that
has already been written).
I only have internal users, so no external authentication store
available.
--
Chris Adams <cma(a)cmadams.net>