Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oauth-node-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth-node-client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.gitpod.yml

0

jsconfig.json

@@ -0,0 +0,0 @@ {

2

package.json
{
"name": "oauth-node-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "371Digital oAuth Node Client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -9,3 +9,3 @@ # 371Digital oAuth NodeJS Client

### verifyToken
Endpointlerdeki auth middlewarelerde kullanılır. Bir endpoint yönetim veya üretim noktasında bir değişiklik yapacak ise authenticationa ihtiyaç duyar. Client tarafında [oAuth React Client]() paketini kullanarak elde edilen tokenları verify etmek için kullanılır.
Endpointlerdeki auth middlewarelerde kullanılır. Bir endpoint yönetim veya üretim noktasında bir değişiklik yapacak ise authenticationa ihtiyaç duyar. Client tarafında [oAuth Request Client](https://www.npmjs.com/package/oauth-request-client) paketini kullanarak elde edilen tokenları verify etmek için kullanılır.

@@ -45,2 +45,2 @@ ```js

}
```
```

@@ -0,0 +0,0 @@ const oauthApiIP = "https://oauth.371digital.com/v1/";

@@ -0,0 +0,0 @@ import { getUserData, verifyToken } from "methods";

@@ -0,0 +0,0 @@ import { axios, container } from "services";

@@ -0,0 +0,0 @@ import getUserData from "./getUserData";

@@ -0,0 +0,0 @@ import { axios, container } from "services";

@@ -0,0 +0,0 @@ class Container {

@@ -0,0 +0,0 @@ import axios from "./axios";

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc