just-kile / Zapfmaster2000

facebook.com/Zapfmaster2000
2 stars 1 forks source link

Create Service that returns if token is admin #157

Closed partysalat closed 10 years ago

partysalat commented 10 years ago

Provide a service which returns if the given token belongs to an admin or not.

Request: GET /admin/loginstatus?token=TOKEN

Returns:

thomaskipar commented 10 years ago

Done.

thomaskipar commented 10 years ago

Forget to return admin name and global flag.

partysalat commented 10 years ago

works