Skip to content

Clear Token Object on invoking revoke() functionality

Compare
Choose a tag to compare
@abisalehalliprasan abisalehalliprasan released this 19 Jul 23:46
· 114 commits to master since this release
d5f1c13

New Release Candidate: 1.4.0 🎉

Problem:
The access-tokens are valid post the revoke() functionality.

Solution:
Clearing the token object is essential once the revoke() is invoked. A helper method to handle this feature is created : clearToken

Issues:
#28 : Fixed