I have an Ember app in which I use ember-simple-auth for authentication. My backend is structure in a way that the endpoint for authorization is different from the endpoint for refreshing.
How can I specify a different endpoint for refreshing? So far, I only found serverTokenEndpoint which specifies both auth and refreshing endpoints at once.
Have you checked out https://github.com/jpadilla/ember-simple-auth-token? It's an extension to
ember-simple-auththat abstracts some of the token work out and includes a specific configuration forserverTokenRefreshEndpoint. We've been happy using it happily for years.