podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Update authentication check in browser client app #76

Closed frankinspace closed 9 months ago

frankinspace commented 10 months ago

User authentication is not working with the new DNS address. The OAuth2 process completes but the application then tries to POST to /api/graphql with an empty body which results in a 404.

Update src/user/authentication.ts to submit a valid user query to check if the session is authenticated.

viviant100 commented 9 months ago

Fixed in issue #3