|
You are here |
stribny.name | ||
| | | | |
jbrandhorst.com
|
|
| | | | | Most developers will have to interact with SQL at some point in their career, and often nowadays that means working with Postgres. I've been using Postgres with Go for a few years now and have found a couple of libraries that work really well together to make the Go Postgres experience productive, safe and fun. TL:DR; I have created an example repo that puts all of the below into practice: github. | |
| | | | |
hartenfeller.dev
|
|
| | | | | In this post, we look into how we can build our own Authentication and Authorization solution for SvelteKit. We will store and hash user credentials, create sessions with Cookies, and make the session info available to the app through hooks and locals. | |
| | | | |
www.nodejs-security.com
|
|
| | | | | Lucia started off as an educational project to teach authentication and authorization, then evolved into an SDK, then got archived. Let's learn how to migrate a Lucia Auth codebase to Better Auth | |
| | | | |
jasonwryan.com
|
|
| | | Managing passwords is a necessary evil. You can choose a number of different strategies for keeping track of all of your login credentials; from | ||