Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4869

Serving Ember application from FastAPI server

$
0
0

Any ideas on how an ember application could be served from a FastAPI (Python) server? There are some requirements:

  • No hash url’s are possible because I use keycloak as authentication server and it does not support hashes in the redirect_uri.
  • Server contains both client http://server:port/client and the REST API http://server:port/rest

I cannot find the correct FastAPI configuration to map the dynamic paths to the ember application.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4869

Trending Articles