Explore >> Select a destination


You are here

www.criipto.com
| | www.authgear.com
1.7 parsecs away

Travel
| | Sessions and Tokens, which of these authentication methods best suits your website or application? Let's find out.
| | www.rasikjain.com
2.2 parsecs away

Travel
| | Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....
| | aaronparecki.com
2.7 parsecs away

Travel
| | This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.
| | geoff.tuxpup.com
16.7 parsecs away

Travel
| How I Start: Django, Tailwind, HTMX (part 1) I wanted to try out some "modern" front-end development for a while, and I did. FastAPI is great. So is Svelte. But even though I found creating APIs that way to be a breeze, building a whole site that way felt much slower and heavier than using traditional server rendering. So I decided to give django a fair shake for a while, and I'm glad I did.