Skip to content

Commit

Permalink
move every login check to useLogin and requireLogin middlewares (refa…
Browse files Browse the repository at this point in the history
…ctor!)

implement offset + the current time (so that you can aCTUALLY open a community page one hour, come back to the EXACT same page and scroll down and it'll be consistent) for most of the pages that could support it but idk if it actually Works Good 😔
implement login callback
  • Loading branch information
ariankordi committed May 23, 2023
1 parent 6387d91 commit 4cc17d8
Show file tree
Hide file tree
Showing 10 changed files with 691 additions and 1,203 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
/config.json
/geoip.mmdb
# "air" (basically gomon 2) outputs here
tmp/
*.swp
# binaries. also main? but not realy
handlers
indigo
# my personal configs
config-my.json
config-s.json
# default images folder or symlink
images
images/
images/*
Loading

0 comments on commit 4cc17d8

Please sign in to comment.