hubaimaster / aws-interface

Create and manage powerful backends with one click
https://aws-interface.com
Apache License 2.0
55 stars 7 forks source link

User session not closing #39

Closed rico0821 closed 5 years ago

rico0821 commented 5 years ago

The auth_logout method does not seem to work, as I'm currently unable to delete a user session from the client side (only able to delete it from the admin page). I even received a successful logout response {'message' : '로그아웃 되었습니다.'}

hubaimaster commented 5 years ago

The algorithm to hash and return the session ID has been added, but it has not been deleted because it was not considered at deletion. I will fix it. Thanks :)