Dear all,
We have recently set up an instance of Flarum to act as an identity provider for our personal site.
For the time being, we've been able to implement login/logout directly on our website (without going through Flarum) and share session between our website and our flarum forum. However, we have not been able to offer registration or a lost password link directly on our site.
To do this we would need an API (POST /api/register and POST /api/forgot) or simply the possibility of displaying only Flarum forms on dedicated pages and not just using modals. Are there any plans to implement this type of functionality in a future version of Flarum or should I look into creating an extension for this?