monzo / monzo/docs

Document use of multiple OAuth redirect URLs

Open
#69 4 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
SCSS
Stars
116
Forks
51
Avg merge
1h 25m
Merged PRs (30d)
1

Description

The developer console indicates that applications can specify multiple redirect URLs, which could be particularly useful for developing on localhost and running in production on a public domain.

screenshot 2017-08-17 17 05 25

I have attempted to use URLs in the following formats:

http://localhost:8080/receive, https://prod.foo.com/receive
http://localhost:8080/receive,https://prod.foo.com/receive
http://localhost:8080/receive; https://prod.foo.com/receive
http://localhost:8080/receive;https://prod.foo.com/receive

None of these appear to have worked so far. It would be great to get some documentation on what format these URLs should be in.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by verifying the accepted format for multiple OAuth redirect URLs in the developer console and the existing public API documentation. Document the supported format and the localhost/production examples from the issue, with the relevant documentation updated so developers can configure both environments.

Written by the indexing model from the issue text.

Assessment

Domain
authentication, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.