Store secret keys in private storage instead of database
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS api_apps (
|
||||
_id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
package_name TEXT NOT NULL UNIQUE,
|
||||
package_signature BLOB
|
||||
);
|
||||
|
||||
getAllowedKeys:
|
||||
SELECT
|
||||
Reference in New Issue
Block a user