1.0.7 • Published 3 years ago

@tbhmens/steam-auth v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Steam Auth

Install

npm install @tbhmens/steam-auth --save

Usage

Initialize SteamAuth:

const SteamAuth = require("@tbhmens/steam-auth");
const auth = new SteamAuth(<verify_callback_url>, <realm>);

Handle login request from user:

auth.getAuthUrl().then(url=>res.redirect(url));

Handle steam callback request:

auth.verify(req).then(steamId => {
	console.log(steamId);
});
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago