FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. php
    Log in to post
    • All categories
    • Z

      Solved E-mail field not exists in access token

      Q&A
      • php token email laravel • • zaalbarxx
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      A

      @zaalbarxx sorry for the delay. I might be missing it (sorry not a PHP person) but I don't see where that confusion comes into play. I know that some of our docs had to get updated because of a change that we made during our 1.50 release that required to request further details in our scopes request.

      This release makes significant changes to the default behavior of new Applications with regard to scopes in OAuth workflows. The database migration will update existing Applications to behave in a backwards compatible manner. See the OAuth Scopes documentation for more information, in particular the Relationship, Unknown scope policy, and Scope handling policy configurations.

      https://fusionauth.io/docs/release-notes/#version-1-50-0

      Let me know if that still isn't making sense, or if there is a spot you were hung up on and I would be happy to update our docs. Or even better feel free to add a PR.

    • S

      Unsolved Error 404 when trying to login using access token

      Q&A
      • token php login-api • • seednextsrl
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      danD

      @seednextsrl you typically don't use the access token as a login password.

      The access token is what you present to other applications as proof that someone has logged in.

      There are a few FusionAuth APIs you can call and present the access token as a means of authentication. They are marked with a little blue person.

      Here's more about API authentication: https://fusionauth.io/docs/v1/tech/apis/authentication

      Here's an example of an API which uses a JWT to authenticate: https://fusionauth.io/docs/v1/tech/apis/users#retrieve-a-user (scroll to the "Retrieve a User using a JWT" section).

    • C

      [How?] Laravel native Auth with FusionAuth

      Q&A
      • laravel php sso oauth • • chirag
      3
      0
      Votes
      3
      Posts
      3.6k
      Views

      danD

      @chirag have you seen these? https://fusionauth.io/learn/expert-advice/authentication/login-authentication-workflows/

      Reviewing them and mapping your use case on to them may be helpful.

    • R

      Using api

      Q&A
      • restapi php example • • richb201
      4
      0
      Votes
      4
      Posts
      4.5k
      Views

      danD

      Thanks for your feedback!