|
You are here |
scottarc.blog | ||
| | | | |
www.zend.com
|
|
| | | | | Libsodium is a modern cryptography library. Learn how you can use the Libsodium cryptography library for PHP encryption. | |
| | | | |
www.sjoerdlangkemper.nl
|
|
| | | | | JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure. | |
| | | | |
paragonie.com
|
|
| | | | | JWT, JWE, JWS, etc. are terrible designs and need to be scrapped, not resuscitated. | |
| | | | |
nguyenhuythanh.com
|
|
| | | I named this post "Good" Practices, not "Best", since I believe that there is hardly a silver bullet that can be used to solve everything, technology oriented or not. The practices are good since they fit my case, and I hope that it would give you (or my future self) some useful insights. Monorepo Development Style Normally, we are used to Angular CLI's new command: ng new The style is normal for a "multi-repo" development style, where we split our projects into multiple repositories (Git repository to be precise). | ||