Skip to content

Move auth endpoint to ember #203

@jnayak1

Description

@jnayak1

Currently, we have an endpoint (auth/) in our django app that generates the OAuth authentication url. Navigating to the authentication url brings the user to an OSF login page, then asks the user to grant permission for our app to use their osf account.
The generation of this url does not need to be in our django app. It could instead be in our ember app. This is how ember-osf does it.
Create an "auth" route in our ember app that generates the authentication url and directs the user to it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions