• Joined on 2023-07-08
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 created branch auth in ligmo/ligmo 2025-06-05 09:06:42 -04:00
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 pushed to main at ligmo/ligmo 2025-05-30 12:43:24 -04:00
747cd7d7f2 backend: add api server stubs (#36)
zephyr deleted branch stub-server from ligmo/ligmo 2025-05-30 12:43:24 -04:00
zephyr merged pull request ligmo/ligmo#36 2025-05-30 12:43:23 -04:00
backend: add api server stubs
zephyr pushed to stub-server at ligmo/ligmo 2025-05-29 14:53:25 -04:00
b1666423e4 backend/handler: new package for http api server
zephyr merged pull request ligmo/ligmo#34 2025-05-29 14:50:59 -04:00
ligmen: add package implementing emote image encoding
zephyr pushed to main at ligmo/ligmo 2025-05-29 14:50:59 -04:00
f0448f0f37 ligmen: add package implementing emote image encoding (#34)
zephyr deleted branch image-encoding from ligmo/ligmo 2025-05-29 14:50:59 -04:00
zephyr pushed to image-encoding at ligmo/ligmo 2025-05-28 20:41:38 -04:00
933f0b1946 ligmen: support webp
fe5a368249 ligmen: include frame times in image ids
c551a5f61b ligmen: require frames in memory
Compare 3 commits »
zephyr commented on pull request ligmo/ligmo#36 2025-05-28 18:40:28 -04:00
backend: add api server stubs

is this the right place to put this?

zephyr created pull request ligmo/ligmo#36 2025-05-28 18:40:18 -04:00
backend: add api server stubs
zephyr created branch stub-server in ligmo/ligmo 2025-05-28 18:40:08 -04:00
zephyr pushed to stub-server at ligmo/ligmo 2025-05-28 18:40:08 -04:00
ee7b510fec backend: add api server stubs
zephyr pushed to image-encoding at ligmo/ligmo 2025-05-28 18:36:51 -04:00
0bd24ecf33 meta: go mod tidy
acdfbe2481 ligmen: hash generically over image types
5790ba7d76 ligmen: add image hashing
f127848e92 ligmen: update tests when updating code
a64f4c1b4f ligmen: 28 px, not 26
Compare 8 commits »