steam-auth | A simple PHP Steam login and User Detail package | Video Game library
kandi X-RAY | steam-auth Summary
kandi X-RAY | steam-auth Summary
steam-auth is a PHP library typically used in Gaming, Video Game applications. steam-auth has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
This package enables you to easily log users in via Steam and get user details , using their OpenID service. However, this package does not require that you have the OpenID PHP module installed!.
This package enables you to easily log users in via Steam and get user details , using their OpenID service. However, this package does not require that you have the OpenID PHP module installed!.
Support
Quality
Security
License
Reuse
Support
steam-auth has a low active ecosystem.
It has 13 star(s) with 7 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 5 have been closed. On average issues are closed in 21 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of steam-auth is v1.0.3
Quality
steam-auth has 0 bugs and 0 code smells.
Security
steam-auth has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
steam-auth code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
steam-auth does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
steam-auth releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed steam-auth and discovered the below as its top functions. This is intended to give you an instant insight into steam-auth implemented functionality, and help decide if they suit your requirements.
- Validate the user input .
- Log out the user
- Reload the user s profile data
- Generate the login URL .
- Output the stream data .
- Returns true if the user is logged in .
Get all kandi verified functions for this library.
steam-auth Key Features
No Key Features are available at this moment for steam-auth.
steam-auth Examples and Code Snippets
require __DIR__ . '/vendor/autoload.php';
$config = array(
'apikey' => 'xxxxxxxxxxxxxxxxx', // Steam API KEY
'domainname' => 'http://localhost:3000', // Displayed domain in the login-screen
'loginpage' => 'http://localhost:3000/
"vikas5914/steam-auth": "1.*"
composer require vikas5914/steam-auth:1.*
Community Discussions
Trending Discussions on steam-auth
QUESTION
Laravel 6 steam auth - How to store?
Asked 2020-Feb-01 at 09:53
Im trying to grab user information with this package: https://github.com/invisnik/laravel-steam-auth But im a completely noob to laravel atm.
How do I store the steamID64 in the Auth::user() field named 'steamid'
My following handling atm:
...ANSWER
Answered 2020-Feb-01 at 09:53You can do it using save()
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install steam-auth
Add this to your composer.json file, in the require object:. After that, run composer install to install the package.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page