-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# اطلاعات معنایی | ||
|
||
اطلاعات معنایی افزونه کاربر میتواند هر آبجکت مسطح با کلیدها و مقادیر دلخواه هر دو از جنس رشته حروف باشد؛ با اینحال، برخی کلیدها و مقادیر در برای دیوار معنای خاصی حمل میکنند. در ادامه این موارد را بررسی میکنیم. | ||
|
||
> انتظار میرود اطلاعات معنایی شامل تمام مواردی که در ذیل آن افزونه تولید شده است باشد. از جمله عناوینی که برای تولید ویجتها به کار برده شدهاند. | ||
## مقادیر معنایی در دیوار | ||
|
||
| Key | Example Value | Description | | ||
| ----------- | ------------- | ------------------ | | ||
| national_id | 0023456789 | کد ملی | | ||
| full_name | رضا حسنی | نام و نام خانوادگی | | ||
| birth_date | 1370-04-31 | | | ||
|
||
> ممکن است شما بخواهید مقادیر دیگری را بصورت معنایی در افزونه ذخیرهسازی کنید. این مقادیر در صورت کاربردی بودن برای دیوار در جدول بالا اضافه میشوند. | ||
## مقادیر حساس | ||
|
||
برای مشخص نمودن مقادیر حساس سمنتیک، لازم است این کلیدها را در مقدار `semantic_sensitives` پر نمایید. | ||
پیش از ذخیرهسازی مقادیر سمنتیک در دیتابیس، تضمین میشود که مقادیر این کلیدها به روش امن و برگشتناپذیری (`bcrypt`) هش میشوند و فقط هش آنها ذخیرهسازی میگردد. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters