![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@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 6 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.