1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-23 22:55:37 +02:00

enabled tokens binds and removed primitive constructors overwrites

This commit is contained in:
Gani Georgiev
2023-07-29 13:56:31 +03:00
parent 1bbba7a0ae
commit 0a4fdc17a5
4 changed files with 2985 additions and 3006 deletions

View File

@@ -143,6 +143,7 @@ func (p *plugin) registerMigrations() error {
process.Enable(vm)
baseBinds(vm)
dbxBinds(vm)
tokensBinds(vm)
securityBinds(vm)
// note: disallow for now and give the authors of custom SaaS offerings
// some time to adjust their code to avoid eventual security issues
@@ -222,6 +223,7 @@ func (p *plugin) registerHooks() error {
baseBinds(vm)
dbxBinds(vm)
filesystemBinds(vm)
tokensBinds(vm)
securityBinds(vm)
osBinds(vm)
filepathBinds(vm)