Authentication with OAuth2 - Logout
A user can now log in to the application, the logical next step would be to allow them to log out as well.
I'll need a new route for this. Performing a delete on /sessions/logout will send the user to the SessionsController destroy method.
config/rou...
andrewfoster.hashnode.dev3 min read