stubailo / meteor-rest

:sleeping: simple:rest - make your Meteor app accessible over HTTP and DDP alike
https://atmospherejs.com/simple/rest
MIT License
382 stars 85 forks source link

How to invalidate authorization token? #150

Open bhanuprasad04 opened 6 years ago

bhanuprasad04 commented 6 years ago

I have used simple:rest-accounts-password for authorization .I'M able to get the token and validate the token.But I am not understanding how to invalidate the token(when end-user calls the logout) . Is there any way to invalidate the token or expire the token when end-user calls on logout .