Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 390 Bytes

OAuth2 Provider for Dart

My attempt at porting a OAuth 2.0 provider implementation to Dart.

Code ported from scala-oauth2-provider.

Outline ported from oauthlib.

Todo:

  • Implement rest of OAuth2 flow from outline

  • Create small sample implementing library