tangled
alpha
login
or
join now
zio.sh
/
atfile
37
fork
atom
๐ฆโ๐ฆ Store and retrieve files on the Atmosphere
37
fork
atom
overview
issues
3
pulls
pipelines
remove invalid comment
ducky.ws
1 month ago
69cf6223
b9c2d5ec
1/1
build.yaml
success
8s
-1
1 changed file
expand all
collapse all
unified
split
src
commands
auth.sh
-1
src/commands/auth.sh
reviewed
···
74
74
session="$(com.atproto.server.getSession)"
75
75
error="$(atfile.util.get_xrpc_error $? "$session")"
76
76
77
77
-
# TODO: Handle accessJwt expiry
78
77
if [[ -n "$error" ]]; then
79
78
if [[ $error == "[ExpiredToken]"* ]];then
80
79
session="$(com.atproto.server.refreshSession)"