You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploying index.html currently requires copying the file to e.g. S3. It would be good to have a proper deployment process for this.
One option is to turn the index page into a Lambda function that returns the HTML. This would neatly allow the redirect_uri and client_id fields to be populated from env.yml.
The text was updated successfully, but these errors were encountered:
Deploying
index.html
currently requires copying the file to e.g. S3. It would be good to have a proper deployment process for this.One option is to turn the index page into a Lambda function that returns the HTML. This would neatly allow the
redirect_uri
andclient_id
fields to be populated fromenv.yml
.The text was updated successfully, but these errors were encountered: