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
In BlockerBugs App we use flask_fas_openid.py for users to log into FAS. We'd need to receive rhbz_email value from the user profile, but currently flask_fas_openid doesn't forward that. Would it be possible to extend it so that it sends us also rhbz_email value?
PS: I know there's fasjson, and we could use it, but it's another service to integrate and depend on, while receiving the value through flask_fas_openid would be much simpler for us. That's why I'm asking if you'd would be willing to include it in there. Thanks!
The text was updated successfully, but these errors were encountered:
In BlockerBugs App we use
flask_fas_openid.py
for users to log into FAS. We'd need to receiverhbz_email
value from the user profile, but currentlyflask_fas_openid
doesn't forward that. Would it be possible to extend it so that it sends us alsorhbz_email
value?PS: I know there's fasjson, and we could use it, but it's another service to integrate and depend on, while receiving the value through
flask_fas_openid
would be much simpler for us. That's why I'm asking if you'd would be willing to include it in there. Thanks!The text was updated successfully, but these errors were encountered: