aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2020-08-29-php-auth-flow.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-11 03:43:49 -0500
committerChristian Cleberg <[email protected]>2026-03-11 03:43:49 -0500
commit3f8b0e2bec1634b0a81b6a228a9c53a1174f56c9 (patch)
tree3800cfbe99cbe8c4276ca8f1476936ac33c0f22d /content/blog/2020-08-29-php-auth-flow.org
parente4fc1f14a255d0bcb961c056357ca7eff5467a13 (diff)
downloadcleberg.net-3f8b0e2bec1634b0a81b6a228a9c53a1174f56c9.tar.gz
cleberg.net-3f8b0e2bec1634b0a81b6a228a9c53a1174f56c9.tar.bz2
cleberg.net-3f8b0e2bec1634b0a81b6a228a9c53a1174f56c9.zip
update titles
Diffstat (limited to 'content/blog/2020-08-29-php-auth-flow.org')
-rw-r--r--content/blog/2020-08-29-php-auth-flow.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2020-08-29-php-auth-flow.org b/content/blog/2020-08-29-php-auth-flow.org
index 5fd3f5f..8331be9 100644
--- a/content/blog/2020-08-29-php-auth-flow.org
+++ b/content/blog/2020-08-29-php-auth-flow.org
@@ -1,5 +1,5 @@
#+date: [2020-08-29 Sat 00:00:00]
-#+title: PHP User Authentication: Create, Validate, and Manage Sessions
+#+title: php auth: sessions from scratch
#+description: Comprehensive guide to developing a secure user login system in PHP, including account creation, session management, and logout procedures.
#+slug: php-auth-flow
#+filetags: :web: