express middleware to logout from passport
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`express-passport-logout` is an Express middleware designed to log users out of Passport by calling `req.logout()`, clearing the session, and redirecting to a specified URL or sending a "bye" response. It is intended for developers using Express and Passport for authentication who need a simple, reusable logout mechanism.