vikaspotluri123 / discourse-on-ghost

Add Ghost-based SSO to Discourse
https://github.vikaspotluri.me/discourse-on-ghost
MIT License
24 stars 3 forks source link

[feature] include member bio in SSO response #224

Open vikaspotluri123 opened 2 weeks ago

vikaspotluri123 commented 2 weeks ago

Is your feature request related to a problem? Please describe. Ghost supports a member ~bio~ expertise via the comments section, we can include it in the data we send to Discourse

Note: this should be an option, defaulting to false for now (for backwards compatibility, and because I think it's only set in the comments).

vikaspotluri123 commented 1 week ago

The Admin API selectively includes member properties, and expertise is not included right now. Until it's exposed in the API, this can't be supported.