oauth-node-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ { |
{ | ||
"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 @@ |
@@ -0,0 +0,0 @@ class Container { |
@@ -0,0 +0,0 @@ import axios from "./axios"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12120
3
23
45