FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. mou
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by mou

    • M

      Unsolved Unsuccsesfull attempt to implement invitation flow.

      Q&A
      • • • mou
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      M

      @mark-robustelli Hi, Mark. This is a great idea I didn't even think of. Thank you very much. It is a workaround anyway, but maybe it will allow me to complete PoC and wait for the proper invite flow to be implemented in FA.

    • M

      Unsolved Looking for workaround for GitHub's email hiding.

      Q&A
      • • • mou
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      danD

      But in this case, we need to decide to change the linking strategy. If it set to email, this approach will generate new users, rather than linking social login.

      Sure, that would be a problem. You'd need to store the GH login id and make sure the user associated it somehow. It's a thorny problem because at the end of the day, the user has decided not to make their email available.

      I thought it could be possible because reconcile Lamba would receive a user access token as a parameter. At least such an idea appeared when I saw the lambda signature.

      I don't see where the user access token is presented to the GH api. Maybe I'm missing something.

    • M

      Solved Implementing GitHub-like "Personal Access Tokens"

      Q&A
      • • • mou
      7
      0
      Votes
      7
      Posts
      1.5k
      Views

      M

      @mark-robustelli Thank you. It is an interesting workaround. I think if we apply encryption on top of the generated string value, it will not disclose user's login.

    • M

      Solved Planing to use FusionAuth entity based RBAC, but it is not clear could it cover full CRUD.

      Q&A
      • • • mou
      3
      1
      Votes
      3
      Posts
      1.9k
      Views

      M

      @alex-patterson Thank you for sharing this. I did not even notice this in the documentation. I will give it a try.