Fetch jwt token from hasura-auth with refresh_token

This commit is contained in:
Charles Bochet
2023-04-21 14:07:02 +02:00
parent f98f0e942e
commit c5f2850a3b
26 changed files with 212 additions and 61 deletions

View File

@ -2,7 +2,7 @@ FROM node:18.16.0-alpine as front
ARG FONTAWESOME_NPM_AUTH_TOKEN
ARG REACT_APP_API_URL
ARG REACT_APP_LOGIN_PROVIDER_URL
ARG REACT_APP_AUTH_URL
WORKDIR /app/front
COPY ./front .