New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

steam-auth

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steam-auth

openid auth, web api wrappers

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
11
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

steam web api

Install

npm install steam-auth --save

Usage

var steam = require('steam-auth'),
	auth = new steam.Auth(<verify_callback_url>, <realm>),
	api = new steam.Api(<steam_key>);

OpenID Login:

handle login request from user:

auth.authenticate(req,res)

handle callback request from steam:

auth.verify(req, res, function(steamId) {
	// do something with steamid
});

Keywords

steam

FAQs

Package last updated on 08 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts