Skip to content

Commit

Permalink
Merge pull request #156 from emads3/patch-1
Browse files Browse the repository at this point in the history
fix typo in README-ar.md
  • Loading branch information
Maikuolan authored Jan 30, 2022
2 parents 990867b + d0b70ca commit 081f0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## المصادقة (Authentication)
- [ ] لا تستخدم `Basic Auth` لكن استخدم المعايير القياسية للمصادقة (مثال [JWT](https://jwt.io/), [OAuth](https://oauth.net/)).
- [ ] لا تعد اختراع العجلة في `المصادقة`، `توليد الرموز`، `تخزين كلمات المرور`. قم باستخدام المعايير القياسية.
- [ ] استخدم `تحديد عدد المحاولات` و`الرمان من الدخول jail feature` في تسجيل الدخول.
- [ ] استخدم `تحديد عدد المحاولات` و`الحرمان من الدخول jail feature` في تسجيل الدخول.
- [ ] استخدم التشفير في كل البيانات الحساسة.

### JSON Web Token) JWT)
Expand Down

0 comments on commit 081f0b4

Please sign in to comment.