Skip to content

Enable Logout of Expired Sessions (0.5.0) 2015-10-08

Compare
Choose a tag to compare
@colinskow colinskow released this 15 Oct 23:33
· 69 commits to master since this release

Previously a user could only logout if the session token was still valid. API keys would be expired, but database credentials could still be used. Now logout will ensure the user is completely logged out, even if the session is already expired. Also fixed a bug that was causing sessionLife and tokenLife settings not to work.