Shareed2k / goth_fiber

Package goth_fiber provides a simple, clean, and idiomatic way to write authentication packages for fiber framework applications.
MIT License
88 stars 14 forks source link

How to switch off session handling altogether #33

Open rishavs opened 2 years ago

rishavs commented 2 years ago

Hi

How can i disable sessions in this lib? I only want to use goth to fetch the user details from the social provider. After than I want to handle session manually (not using gofiber session/storage).

Shareed2k commented 2 years ago

we can create sessionStore interface and pass custom store