add an auth callback for web

This commit is contained in:
Hailey
2025-07-18 00:24:43 -07:00
parent 66ec6e9a8d
commit 796d989781
8 changed files with 44 additions and 4 deletions
+3
View File
@@ -331,6 +331,9 @@ func serve(cctx *cli.Context) error {
e.GET("/starter-pack-short/:code", server.WebGeneric)
e.GET("/start/:handleOrDID/:rkey", server.WebStarterPack)
// auth callback
e.GET("/auth/web/callback", server.WebGeneric)
// ipcc
e.GET("/ipcc", server.WebIpCC)