edge/pkg/module
wpetit 8eb441daee
arcad/edge/pipeline/head This commit looks good Details
feat(auth): automatically generate anonymous user session
ref arcad/edge-menu#86
2023-09-20 08:55:49 -06:00
..
app fix(module,app): use whole remote address if splitting fail 2023-04-21 20:01:43 +02:00
auth feat(auth): automatically generate anonymous user session 2023-09-20 08:55:49 -06:00
blob fix(storage,sqlite): prevent 'database is busy' error by using busy_timeout pragma 2023-04-06 14:45:50 +02:00
cast fix(app): use event loop runtime for every operations 2023-04-24 12:16:30 +02:00
fetch fix(module,fetch): wait for module initialization to prevent false failure in test 2023-04-06 14:46:46 +02:00
net fix(module,net): add missing context to server message 2023-03-03 10:43:13 +01:00
share feat(module,share): cross-app resource sharing module 2023-04-21 12:40:09 +02:00
store fix(storage,sqlite): prevent 'database is busy' error by using busy_timeout pragma 2023-04-06 14:45:50 +02:00
util feat(module,share): cross-app resource sharing module 2023-04-21 12:40:09 +02:00
.gitignore feat: initial commit 2023-02-16 17:04:15 +01:00
console.go feat: initial commit 2023-02-16 17:04:15 +01:00
context.go feat(module,auth): authentication module with arbitrary claims support 2023-02-24 14:40:28 +01:00
error.go feat: initial commit 2023-02-16 17:04:15 +01:00
extension.go feat(module,auth): authentication module with arbitrary claims support 2023-02-24 14:40:28 +01:00
lifecycle.go fix(app): use event loop runtime for every operations 2023-04-24 12:16:30 +02:00
message.go feat: initial commit 2023-02-16 17:04:15 +01:00
rpc.go fix: prevent bus congestion by flushing out messages 2023-04-26 15:53:23 +02:00
store.go feat(module,auth): authentication module with arbitrary claims support 2023-02-24 14:40:28 +01:00