oauth 2.0 - Server side OAuth2 in Dart -


there lot of examples of how use oauth2 in dart client-side (in browser), can't find example of how implement authentication server-side.

for example, node.js there frameworks passportjs can't find similar dart.

as use case not spa project, , need provide login google/facebook/twitter/etc

can provide snippet using raw dart:io httpserver or server-side frameworks start or bloodless ?

the description says client library works 'dart:io' means server http://pub.dartlang.org/packages/oauth2

and

http://pub.dartlang.org/packages/google_oauth2_v2_api (client , server)


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -