Commit Graph

5 Commits

Author SHA1 Message Date
Ophir LOJKINE 23f834de71 null variables (#136)
* update dependencies

* Add support for resetting variables to a `NULL` value using `SET`. Previously, storing `NULL` in a variable would store the string `'null'` instead of the `NULL` value.
2023-11-19 20:09:18 +01:00
lovasoa c5a56937b4 add an explanation about the logged_in_user function
Hopefully it prevents users from introducing security vulnerabilities in their websites
2023-11-06 23:22:33 +01:00
lovasoa d466981b3c rewrite the user authentication example to use the latest features 2023-07-10 23:24:05 +02:00
lovasoa c9f14280cf Implement the full user authentication flow in the example 2023-07-07 20:07:25 +02:00
lovasoa 7f2e1f8ed4 start work on auth example
see https://github.com/lovasoa/SQLpage/issues/12
2023-07-07 03:54:33 +02:00