mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-15 08:40:20 +00:00
feat: initial tailscale backend
This commit is contained in:
@@ -31,7 +31,7 @@ func (app *BootstrapApp) setupRouter() (*gin.Engine, error) {
|
||||
|
||||
contextMiddleware := middleware.NewContextMiddleware(middleware.ContextMiddlewareConfig{
|
||||
CookieDomain: app.context.cookieDomain,
|
||||
}, app.services.authService, app.services.oauthBrokerService)
|
||||
}, app.services.authService, app.services.oauthBrokerService, app.services.tailscaleService)
|
||||
|
||||
err := contextMiddleware.Init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user