SQLite Auth
#2540
Replies: 1 comment 3 replies
-
Most users probably don't need that feature, so I'm reluctant to add this to the native sqlite build we provide through With the upcoming native build support coming to Dart and Flutter, users would be able to select the compilation flags they want - so if we can make userauth opt-in, we should definitely support it. But in the current build model, managing different flavors is not possible on all platforms. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this is being explored, but curious if it is possible to include the user auth logic from SQLite:
https://www.sqlite.org/src/doc/trunk/ext/userauth/user-auth.txt
Beta Was this translation helpful? Give feedback.
All reactions