Replies: 1 comment
-
You can just use service_role and pass the user id to your function and use filters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app uses Github login and runs some cronjobs (eg clean up their repositories) on behalf of my users once a day. How can I get an access token server side and perform an action on their behalf in my cronjob?
Beta Was this translation helpful? Give feedback.
All reactions