• Joined on 2023-07-08
zephyr pushed to main at zephyr/onlydiapers 2025-12-08 17:33:17 -05:00
0fa111e797 initial commit
zephyr created branch main in zephyr/onlydiapers 2025-12-08 17:33:17 -05:00
zephyr created repository zephyr/onlydiapers 2025-12-08 17:32:36 -05:00
zephyr pushed to main at zephyr/rand 2025-11-21 10:45:42 -05:00
4366d43c08 add readme and license
zephyr pushed to main at zephyr/rand 2025-11-21 10:29:46 -05:00
8b2ca71f6b add uuid functions
193abbd2ce initial commit
zephyr created branch main in zephyr/rand 2025-11-21 10:29:46 -05:00
zephyr created repository zephyr/rand 2025-11-21 10:14:03 -05:00
zephyr pushed to main at zephyr/errors-my-beloved 2025-08-28 11:42:56 -04:00
7b40ec37be iface: improved example
86f0b6c785 boolean, sizeofstring: update after talking with x/tools folks
Compare 2 commits »
zephyr pushed to main at zephyr/errors-my-beloved 2025-08-27 15:55:04 -04:00
95e06f326d constraint: example of forcing an error for impossible builds
0d9ce81ed3 boolean: rename secret.Secret -> challenge.Flag
0684576e40 distant: remove extra file
Compare 3 commits »
zephyr pushed to main at zephyr/errors-my-beloved 2025-08-27 08:48:48 -04:00
85bac6b12b initial commit
zephyr created branch main in zephyr/errors-my-beloved 2025-08-27 08:48:48 -04:00
zephyr created repository zephyr/errors-my-beloved 2025-08-26 15:51:02 -04:00
zephyr commented on issue ligmo/ligmo#10 2025-06-06 22:37:22 -04:00
Add auth endpoints

thinking about how to accomplish Sign In With Twitch.

we probably want email addresses so we can communicate with people regarding account actions, breaking changes, security breaches, &c. we…

zephyr commented on pull request ligmo/ligmo#37 2025-06-06 19:09:48 -04:00
WIP: auth

w/b this kind of thing

CREATE TABLE session(
    "token" BYTEA PRIMARY KEY NOT NULL,
    "user_id" UUID NOT NULL REFERENCES user_data("id"),
    "expires" TIMESTAMP NOT NULL,
   
zephyr commented on pull request ligmo/ligmo#37 2025-06-05 15:29:55 -04:00
WIP: auth

The idea is to avoid the need for a join on every API call to check whether the user is allowed to do an action because they're a moderator. Perhaps this could be a materialized calculation…

zephyr commented on pull request ligmo/ligmo#37 2025-06-05 09:07:21 -04:00
WIP: auth

should the session table have more indices? user? expiry?

zephyr created pull request ligmo/ligmo#37 2025-06-05 09:06:59 -04:00
WIP: auth
zephyr pushed to auth at ligmo/ligmo 2025-06-05 09:06:42 -04:00
2ef6e21411 backend/migrations: add user authentication session table
3465b71fda backend: remove obsolete schema file
Compare 2 commits »
zephyr created branch auth in ligmo/ligmo 2025-06-05 09:06:42 -04:00
zephyr deleted branch stub-server from ligmo/ligmo 2025-05-30 12:43:24 -04:00