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
There's been some discussion about making redirects first class in servant, mostly here. It would be terrific to have someone explore this lead or any other further and land some code that helps with this in servant.
I guess I have to use
err307
from my handler to redirect user to some external website(I need that part of my openid connect flow)
I think it should have first class support.
As of now, types do not represent current behaviour.
how about a list of potential redirect urls ?
also related
https://www.wikiwand.com/en/HATEOAS has a concept of related ressources / links
eg:
I think those should probably be modelled too
The text was updated successfully, but these errors were encountered: