Hexer10 / steam_login

Library to authenticate users with Steam OpenID

Home Page:https://pub.dartlang.org/packages/steam_login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library to authenticate users with Steam OpenID and functions to call steam WebAPI.

Get Started

Add your library to pubspec.yaml

depedencies:
    steam_login: ^1.0.0

and import it in your code and initialize the Object using the current HttpRequest.

import 'package:steam_login/steam_login.dart';

OpenId openId = OpenId(request);

See example/steam_login_example.dart for a full example!

Features and bugs

Please file feature requests and bugs at the issue tracker.

This is heavily based on steam_go.

About

Library to authenticate users with Steam OpenID

https://pub.dartlang.org/packages/steam_login

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%