0us / IE303911-Klubbhuset

Android App m/JavaEE - ID303911 Mobile og distribuerte applikasjoner prosjektoppgave
2 stars 0 forks source link

Server: implement logout #62

Open spiftire opened 4 years ago

spiftire commented 4 years ago

Make it possible to log out

This should probably be done by killing the token

spiftire commented 4 years ago

This could be done in several different ways ass described here: https://stackoverflow.com/questions/21978658/invalidating-json-web-tokens

We need to agree on the approach.