playframework / playframework/play-ws
Provide an OAuth 2 wrapper
Open
Nobody has claimed this yet.
status:backlog
- Dominant language
- Scala
- Stars
- 224
- Forks
- 92
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 28
Description
This should be pretty easy to do in WS based off https://tools.ietf.org/html/rfc6749:
https://github.com/wsargent/play-box-content-api/blob/master/app/controllers/ScalaApplication.scala
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading RFC 6749 and the linked ScalaApplication.scala example. Then inspect play-ws entry points for how a wrapper would fit the existing async HTTP client API. Done means OAuth 2 support is available through the WS API and its behavior is verified by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100