Hi flarum community
I just discover the project and i try to code a SSO extension (base on discourse approach)
In order to have correct page display after login i try to now the current url of the user before clicking on "sso login"
currently i can forge the url at PrepareApiAttributes
but its only available for a full page load like direct access to http://localhost:8090/t/general
But if i load the standard url then go to general, i have no "event" of that change
It could be nice to have a history listener that send event when uri change in ajax mode.