Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
clever-auth-google
Advanced tools
This CleverStack Module provides Google Authentication for the clever-auth module.
clever-orm
and the clever-odm
modules.grunt prompt:cleverAuthGoogleConfig
.clever install clever-auth-google
.clever-users
module - OR - with any other module that exports the UserController
, UserService
and UserModel
resources/classes.UserController
, UserService
and UserModel
resources/classes.clever install clever-auth-google
and follow the promptsclever serve
to start your application.modules/clever-auth-google
)grunt prompt:cleverAuthGoogleConfig
and fill in your configuration options.grunt db
to rebase and seed the data.grunt server
to start your application.For more information about how modules (including clever-auth-google) are configured, please see the cleverstack.io Documentation sections, Backend Configuration and Module Configuration for more information.
grunt prompt:cleverAuthGoogleConfig
can be used to generate your config for any environment you want.clientID
- your google oauth2 client id.{
"clever-auth-google": {
"clientID" : "486f044b3383cdc29388"
}
}
clientSecret
- your google oauth2 client secret.{
"clever-auth-google": {
"clientSecret" : "f28246b75d34625decc9d835a15107a51f1e8225"
}
}
callbackURL
- the callback (return) url google will return you to.{
"clever-auth-google": {
"callbackURL" : "http://localhost:8080/auth/google/return",
}
}
See cleverstack.io for more detailed information on the Node Seed or visit the Getting Started Guide if you have never used CleverStack before.
See our LICENSE
FAQs
CleverStack Authentication Module for Google OAuth 2.0
The npm package clever-auth-google receives a total of 8 weekly downloads. As such, clever-auth-google popularity was classified as not popular.
We found that clever-auth-google demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.