Authomatic v0.0.8 Release Notes

    • 👉 Added the supported_user_attributes to tested provider classes.
    • The :class:.oauth2.Facebook provider now populates the :attr:.User.city and :attr:.User.country properties.
    • The :class:.oauth2.Google prowider now uses https://www.googleapis.com/plus/v1/people/me as the user_info_url instead of the deprecated https://www.googleapis.com/oauth2/v3/userinfo. Also the user_info_scope reflects these changes.
    • Added missing user_info_scope to :class:.oauth2.DeviantART provider.
    • Changed the user_authorization_url of :class:.oauth1.Twitter provider from https://api.twitter.com/oauth/authorize to https://api.twitter.com/oauth/authenticate.
    • ➕ Added the :class:.oauth1.Xing provider.
    • Made compatible with Python 2.6.