Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Basic flow #2

@lucasdf

Description

@lucasdf
  1. User goes to frontendapplication.com/login
  2. User clicks on Login with Unsplash button
  3. We redirect the user to https://unsplash.com/oauth/authorize, as documented in https://unsplash.com/documentation#authorization-workflow
  4. After user confirms the login, Unsplash will make a get to simul.com/redirect_uri containing a query parameter code.
  5. simul makes a request to https://unsplash.com/oauth/token in order to retrieve the access-token
  6. Once we have the access-token, we can consider the user authenticated and make requests to Unsplash using this token.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions