Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Authentication #4

Open
lusis opened this issue May 9, 2011 · 1 comment
Open

Authentication #4

lusis opened this issue May 9, 2011 · 1 comment

Comments

@lusis
Copy link
Owner

lusis commented May 9, 2011

Decide on and implement some form of authentication. Most likely token based similar to how links/tags work. I.E.

GET /applications/some_app/token - Generates a new token for usage
DELETE /applications/some_app/token - Pass token id as JSON body
PUT /applications/some_app/token - Allow a user generated token for access control

@lusis
Copy link
Owner Author

lusis commented Aug 6, 2011

Lame-ass token generator implemented. Need to wire it up.

@ghost ghost assigned lusis Aug 6, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant