?redirect=
with auth redirection and switch to a boolean check for /api/session/validate
/api/session/validate
for determining if the user is not logged in
Should
login_check()
beawait login_check()
in theuseEffect(() => {
body?According to: https://git.itzana.me/StrafesNET/maps-service/src/commit/251a24efae6916bdd17fdc9…
/api/session/validate
for determining if the user is not logged in
I saw itzaname's suggestion in #development
about doing oauth2/login?redirect=https://maps.staging.strafes.net
Im gonna implement that here and utilize NextJS's libraries for reading the url…
/api/session/validate
for determining if the user is not logged in
Why is this checking
logged_in.code === 500
? Shouldin't the json just be a boolean value?I used what the response would be if you're not logged in
Why is the not logged…
/api/session/validate
for determining if the user is not logged in
Should
login_check()
beawait login_check()
in theuseEffect(() => {
body?
According to: https://git.itzana.me/StrafesNET/maps-service/src/commit/251a24efae6916bdd17fdc998d6d4d3fdc3ce3c…
/api/session/validate
for determining if the user is not logged in
Why is this checking
logged_in.code === 500
? Shouldin't the json just be a boolean value? I used what the response would be if you're not logged in
/api/session/validate
for determining if the user is not logged in