Guys, I know it's possible to call smth like ```GE...
# advent-of-code
a
Guys, I know it's possible to call smth like
Copy code
GET <https://adventofcode.com/2025/day/1/input>
for obtaining a puzzle input. Also I know session cookie has to be specified for authorization. The problem is the session cookie expires. So how to do reauth via e.g. GitHub for obtaining a fresh session cookie?