I'm working on a simple app for myself that uses surrealdb. I wrote the storage backend, but I'm unsure how to integrate it into the authentication framework.
Help with that, please!
What I thought but didn't work:
let mut auth = AuthFramework::new(config, custom_storage);
#update:
Bringing SurealDB as Storage Engine in New PR