dart-lang / tools

This repository is home to tooling related Dart packages.
BSD 3-Clause "New" or "Revised" License
30 stars 22 forks source link

Support the Implicit Grant flow #301

Open stevenroose opened 9 years ago

stevenroose commented 9 years ago

As described here: https://tools.ietf.org/html/rfc6749#section-4.2

nex3 commented 9 years ago

This isn't something I'm planning to do myself, but I'd certainly accept a patch.

thosakwe commented 7 years ago

I'm willing to send in a patch for both the implicit and client credentials grants. Implementing them should be trivial.

nex3 commented 7 years ago

That would be great!

eirikskogoy commented 1 year ago

Is there any plans on adding support for implicit?