Navigation

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

      UNSOLVED Error 404 when trying to login using access token
      Q&A • token php login-api • • seednextsrl

      2
      0
      Votes
      2
      Posts
      80
      Views

      dan

      @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
      115
      Views

      dan

      @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
      70
      Views

      dan

      Thanks for your feedback!