FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. admin 8
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    admin 8

    @admin 8

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    admin 8 Unfollow Follow

    Latest posts made by admin 8

    • RE: How to distinguish between Google Logins and traditional email+pwd logins?

      @admin-8

      And look, how much a security hole it is, if email and password registration is NOT verified (non-premium plans). For example, if somebody (evil person) registers the email identical with another person's Google login.

      Then suddenly server cannot differentiate this person's session from another one, of the person using Google login, because req.session.user has no Identity Provider ID....

      posted in Q&A
      A
      admin 8
    • How to distinguish between Google Logins and traditional email+pwd logins?

      I am using traditional email+pdw authentication strategy with my FusionAuth setup, as well as Google login.

      In my application (Express.js), I do

      console.log(req.session.user);

      I expected to find something like Identity Provider Id, visible in my admin UI of FusionAuth.

      But no, there is not info to distinguish from email-pwd logins and Google logins, when Google Account email is the same as in traditional login's case?

      Is it an expected behaviour?

      posted in Q&A
      A
      admin 8