
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
generator-android-jhi
Advanced tools
Scaffolds an Android Kotlin-Based App that consumes a scaffolded by JHipster Api
Scaffolds Android Kotlin-Based App that consumes an Api scaffolded with JHipster generator.
Currently this generator is in experimental fase and works with Monolithic Application, and JWT authentication. To use the social login you have to modify a little bit your Api project
First, install Yeoman and generator-android-jhi using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-android-jhi
Create a folder and go inside
mkdir my-android-project && cd my-android-project
then generate the code:
yo android-jhi
You can copy your .jhipster folder from the target Jhipster project and run:
yo android-jhi:entity
Then you can choose which entities do you want to consume with your mobile App. CRUD operations will be scaffolded
Finally import the project with Android Studio
On your web/api project use the jhipster-social-login-api to add the extra controllers that you need and follow the instructions
For google, run
./gradlew signingReport
And generate as many Android credentials as you need (one for packageName-keystoreSHA1 pair)
then copy the Client-id from YOUR WEB CREDENTIAL (don't use the client-id from the Android credentials) and replace the value of the "default_web_client_id" string resource
For facebook replace the two string resources for de values in your credential
Apache-2.0 © Green grow apps
FAQs
Scaffolds an Android Kotlin-Based App that consumes a scaffolded by JHipster Api
The npm package generator-android-jhi receives a total of 7 weekly downloads. As such, generator-android-jhi popularity was classified as not popular.
We found that generator-android-jhi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.