Skip to content

Commit 84b47e7

Browse files
authored
Fixed "JWT" run-on sentence
1 parent 993c541 commit 84b47e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- [ ] Any upload feature should sanitize the filename provided by the user. Also, for generally reasons apart from security, upload to something like S3 (and post-process using lambda) and not your own server capable of executing code.
2828
- [ ] `Profile photo upload` feature should sanitize all the `EXIF` tags also if not required.
2929
- [ ] For user ids and other ids, use [RFC compliant ](http://www.ietf.org/rfc/rfc4122.txt) `UUID` instead of integers. You can find an implementation for this for your language on Github.
30-
- [ ] JWT are awesome, use them if required for your single page app/APIs.
30+
- [ ] JWT are awesome. Use them if required for your single page app/APIs.
3131

3232

3333
##### ANDROID / IOS APP

0 commit comments

Comments
 (0)