You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mleku
82665444f4
Add `/api/auth/logout` endpoint and improve auth flow.
...
- Implemented `handleAuthLogout` to support user logout by clearing session cookies.
- Improved `/api/auth/status` with authentication cookie validation for persistent login state.
- Enhanced `App.jsx` to prevent UI flash during auth status checks and streamline logout flow.
- Refined user profile handling and permission fetch logic for better reliability.
4 months ago
..
config
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
web
Add `/api/auth/logout` endpoint and improve auth flow.
4 months ago
handle-auth.go
Migrate internal module imports to unified package path.
4 months ago
handle-close.go
Migrate internal module imports to unified package path.
4 months ago
handle-delete.go
Migrate internal module imports to unified package path.
4 months ago
handle-event.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-message.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-relayinfo.go
Migrate internal module imports to unified package path.
4 months ago
handle-req.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
handle-websocket.go
Add spider functionality for relay crawling, marker management, and new SpiderMode config.
4 months ago
helpers.go
complete the marshal/unmarshal of events using the new pool enabled tag codecs
5 months ago
listener.go
Migrate internal module imports to unified package path.
4 months ago
main.go
Add user authentication interface with Nostr relay support.
4 months ago
ok.go
Migrate internal module imports to unified package path.
4 months ago
publisher.go
added profiler tooling to enable automated generation of profile reports
4 months ago
server.go
Add `/api/auth/logout` endpoint and improve auth flow.
4 months ago
web.go
Embed React app and add new user authentication interface.
4 months ago