LookinLabs / GoBlitz

Web Framework built on top of Gin
MIT License
1 stars 0 forks source link

[FEATURE] Authentication & authorisation #11

Closed KostLinux closed 1 month ago

KostLinux commented 2 months ago

Is your feature request related to a problem? Please describe. Right now all requests are allowed from unauthenticated users.

Describe the solution you'd like Make an authorisation based on session tokens.

Describe alternatives you've considered

Additional context

KostLinux commented 1 month ago

Closing, will do the basic JWT Authentication via refresh tokens.