posts/caching-tokens-supabase #40
Replies: 5 comments
-
Awesome! |
Beta Was this translation helpful? Give feedback.
-
Interesting ! |
Beta Was this translation helpful? Give feedback.
-
Thanks for explaining how this works! I am eagerly looking forward to implementing Giscus when I resurrect my blog site, and I have a few simple questions.
I have been planning to host static content for my sites out of cloudflare backed by S3, but I definitely think tracking blog content in git is the way to go so I was planning to script stuff to clone git repo content to s3 but maybe it is better to leave s3 out of the equation. How do you go about converting your content repo into your website? Just looking for a very rough overview :) Thanks!!! |
Beta Was this translation helpful? Give feedback.
-
posts/caching-tokens-supabase
To help prevent giscus from hitting GitHub API's rate limit, we cache the access tokens in Supabase. Here's how I did it.
https://laymonage.com/posts/caching-tokens-supabase
Beta Was this translation helpful? Give feedback.
All reactions