Best of Authentication — March 2023
- 1
- 2
DEV·3y
Mastering Docker for Node.js: Advanced Techniques and Best Practices
Learn advanced Docker techniques and best practices for containerizing a Node.js authentication API. Topics include multi-stage builds, environment variables, Docker volumes, and using Docker Compose. Follow along to optimize your Docker images and create secure, scalable applications.
- 3
InfoSec Write-ups·3y
JWT [JSON WEB TOKENS] [EXPLANATION & EXPLOITATION] (0x02)
This post explains the concept of JSON Web Tokens (JWT), specifically focusing on the explanation and exploitation of JWT header parameters such as JWK and JKU. It provides examples and discusses techniques for exploiting these parameters.
- 4
Java Code Geeks·3y
RESTful Architecture Cheatsheet
RESTful architecture is a scalable and interoperable approach for building web services. It offers benefits such as scalability, interoperability, simplicity, flexibility, and security. The HTTP verbs used in RESTful architecture are GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, CONNECT, TRACE, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, and LOCK. Resources in a RESTful API are identified using unique URIs, and plural noun conventions are often used for collections. Authentication and authorization are important aspects of securing RESTful APIs, and various mechanisms such as Basic Auth, OAuth, and RBAC can be used.
- 5
- 6
Electron·3y
10 years of Electron 🎉
Electron has become one of the most popular frameworks for building desktop applications today. The first commit to the repository was on March 13, 2013. Electron v1 was released in 2016, promising increased API stability and better docs and tooling. The road to the decade mark has been long and winding.
- 7
- 8
- 9
- 10