mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
authorize: pass idp id for webauthn url, allow unauthenticated access to static files (#3282)
This commit is contained in:
parent
c19048649a
commit
74310b3de3
2 changed files with 5 additions and 2 deletions
|
@ -39,5 +39,6 @@ func DashboardSubrouter(parent *mux.Router) *mux.Router {
|
|||
return ui.ServeFile(w, r, fileName)
|
||||
}))
|
||||
}
|
||||
return r
|
||||
// return a new subrouter so any middleware doesn't get added to the static files
|
||||
return r.NewRoute().Subrouter()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue