Page MenuHomePhabricator

Modify authentication flow of Transkribus engine to include refresh tokens
Closed, ResolvedPublic

Description

There are two parts to this task:

  • The app:transkribus CLI command should return a refresh token in addition to the access token and prompt the user to store it in .env.local as APP_TRANSKRIBUS_REFRESH_TOKEN
  • The Transkribus engine implements a function to use the refresh token as and when necessary in the authentication process