Skip to content

Instantly share code, notes, and snippets.

@approovm
approovm / 00-Approov-Integration-in-a-Java-Spring-Stateless-API.md
Last active June 2, 2022 09:43
Approov integration example using the Java Spring framework for stateless API.

APPROOV INTEGRATION IN A JAVA SPRING STATELESS API

The blog post can be found here

TLDR

This Approov Integaration example will show us how simple it is to integrate Approov in a stateless API server using Java and the Spring framework.

We will see the requirements, dependencies and a step by step walk-through of the code necessary to implement Approov in a Java Spring stateless API.

@approovm
approovm / 00-README.md
Last active June 2, 2022 09:43 — forked from Exadra37/00-README.md
Code Snippets for an Approov Integration in a NodeJS Express API as per this blog post http://blog.approov.io/approov-integration-in-a-nodejs-express-api

APPROOV INTEGRATION IN A NODEJS EXPRESS API

The blog post can be found here.

TLDR

This walk-though will show us how simple it is to integrate Approov in a current API server using NodeJS and the Express framework.

We will see the requirements, dependencies and a step by step walk-through of the code necessary to implement Approov in a NodeJS Express API.

HOW TO EXTRACT AN API KEY FROM A MOBILE APP WITH STATIC BINARY ANALYSIS

You can read the blog post here.

TLDR

An API key is probably the most common method used by developers to identify what is making the request to an API server, but most developers are not aware how trivial is for a hacker or even a script kid to steal and reuse an API key for unauthorized access to their APIs.

We will see how to grab an API key by reverse engineering the binary of a mobile app in an effective and quick way with an open source tool, and once we see how easy it can be, we will realize why it is even achievable by non developers.

@approovm
approovm / 00-README.md
Last active June 2, 2022 09:44 — forked from Exadra37/00-README.md
Code Snippets for an Approov Integration in Python Flask API on this blog post http://blog.approov.io/approov-integration-in-a-python-flask-api

APPROOV INTEGRATION IN A PYTHON FLASK API

The blog post can be found here.

TLDR

This walk-though will show us how simple it is to integrate Approov in a current API server using Python and the Flask framework.

We will see the requirements, dependencies and a step by step walk-through over the code necessary to implement Approov in a Python Flask API.

@approovm
approovm / 00-WHY-DOES-YOUR-MOBILE-APP-NEED-AN-API-KEY.md
Created May 1, 2019 14:50 — forked from Exadra37/00-WHY-DOES-YOUR-MOBILE-APP-NEED-AN-API-KEY.md
Blog post code snippets for: WHY DOES YOUR MOBILE APP NEED AN API KEY?

WHY DOES YOUR MOBILE APP NEED AN API KEY?

The blog post can fe found here.

TLDR

Mobile apps are becoming increasingly important in the strategy of any company. As a result, companies need to release new application versions at a fast pace, and this puts developers under pressure with tight deadlines to complete and release new features very quickly.