pdonorio / restangulask

FRONTEND(Flask and Angular interface) + BACKEND(Flask Rest API)
MIT License
3 stars 2 forks source link

Page with list of active tokens #30

Closed mdantonio closed 8 years ago

mdantonio commented 8 years ago

An angular page should list all active tokens and allow user to revoke undesidered tokens

This page can use GET and DELETE methods in /auth/tokens and /auth/tokens/

mdantonio commented 8 years ago

The list is ready in read mode.

To be implement the "token revoke" options