1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-09-25 22:29:45 +00:00

Create client push notification token

This commit is contained in:
2021-04-11 17:32:50 +02:00
parent e5f9de0507
commit 9c6bd0a75a
3 changed files with 51 additions and 1 deletions

View File

@@ -59,6 +59,13 @@ pub mod database_tables_names {
pub const NOTIFICATIONS_TABLE: &str = "comunic_notifications";
}
/// Push Notifications Database prefix
pub mod push_notifications_db_prefix {
pub const NONE_PREFIX: &str = "NONE";
pub const INDEPENDENT_PREFIX: &str = "I:";
pub const FIREBASE_PREFIX: &str = "F:";
}
/// Password policy
pub mod password_policy {
/// Allow email in password ?