Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@coreo/ionic-auth
Advanced tools
Ionic 2+ module for integrating with Coreo via email/facebook/google/etc.
npm install @coreo/ionic-auth
Import the module in your app.module.ts
:
import { CoreoAuthModule } from '@coreo/ionic-auth';
...
@NgModule({
imports: [
...
CoreoAuthModule
...
]
})
export class AppModule {}
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | openssl sha1 -binary | openssl base64
- replacing <RELEASE_KEY_ALIAS>
with your keystore alias and pointing to your <RELEASE_KEY_PATH>
.ionic cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication"
, changing the App ID and App Name as appropriate.projectId
option in your call to CoreoModule.forRoot({})
in your app's module file.You should now be able to use the Facebook login component.
.plist
file.ionic cordova plugin add cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=<REVERSED_CLIENT_ID>
. The REVERSED_CLIENT_ID
will start with com.googleusercontent.apps
.CoreoModule.forRoot({})
in your app's module file.googleWebClientId
in your call to CoreoModule.forRoot({})
in your app's module file.FAQs
Ionic 2+ module for authorising a user with Coreo.
The npm package @coreo/ionic-auth receives a total of 3 weekly downloads. As such, @coreo/ionic-auth popularity was classified as not popular.
We found that @coreo/ionic-auth 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.