Here are
26 public repositories
matching this topic...
This challenge is Inon Shkedy's 31 days API Security Tips.
Ultra lightweight, dependency free and standalone JSON web token (JWT) library for PHP5.6 to PHP7.4. This library makes JWT a cheese.
some examples that show basic and more advanced implementations of oauth2 authorization mechanism in spring-cloud microservices environment
Updated
Jan 22, 2020
Java
Learn practical Mobile and API security techniques: API Key, Static and Dynamic HMAC, Dynamic Certificate Pinning, and Mobile App Attestation.
Updated
Jul 1, 2020
Kotlin
A companion project for our blog post describing how to secure public APIs client-side.
Learn how to manage APIs using node js
Updated
Jun 28, 2020
JavaScript
Updated
Oct 29, 2017
Java
😎 Succeeding with application security
Protocol specification and Node library designed to make building APIs that use HMAC signatures simple
Updated
May 9, 2020
JavaScript
Secure api by RSA sign and verify functionality
Updated
Aug 26, 2019
JavaScript
Javascript GraphQL and REST API Encryption API
Updated
Jun 7, 2020
JavaScript
iOS framework for interfacing with APIs that implement hmac signatures
Updated
Mar 6, 2019
Objective-C
PHP library for interfacing with APIs that implement hmac signatures
RESTful API with Lumen and JWT authentication
Updated
Nov 23, 2019
TypeScript
Kong plugin to check Approov tokens.
Updated
Apr 15, 2020
Shell
Axioms Javascript client for Express. Secure your Express APIs using Axioms authentication and authorization.
Updated
May 14, 2020
JavaScript
Updated
Jun 6, 2020
JavaScript
Express APIs sample using Axioms. Secure your Express APIs using Axioms Authentication and Authorization.
Updated
May 14, 2020
JavaScript
Koa middleware for creating APIs that implement hmac signatures
Updated
Dec 30, 2019
JavaScript
Sails APIs sample using Axioms. Secure your Sails APIs using Axioms authentication and authorization.
Updated
May 15, 2020
JavaScript
A generic repo for handling API releated work
Express middleware for creating APIs that implement hmac signatures
Updated
Jan 24, 2020
JavaScript
Demonstration App on how to secure REST APIs using JWTs in Java using JJWT library and JAX-RS REST spec.
Improve this page
Add a description, image, and links to the
api-security
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
api-security
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If you put a signature in a website you receive a problem with CORS because the headers that we are using in this package are not allowed by the server.
The solution is put these headers in the django settings with the
CORS_ALLOW_HEADERSsetting using thedjango-cors-headerspackage.I think that this package doesn't have to be a dependency because if you are using it without web doesn't mak