supertokens-website
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "supertokens-website", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "frontend sdk for website to be used for auth solution.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
![SuperTokens banner](https://raw.githubusercontent.com/supertokens/supertokens-logo/master/images/github%20cover.png) | ||
![SuperTokens banner](https://raw.githubusercontent.com/supertokens/supertokens-logo/master/images/Artboard%20%E2%80%93%2027%402x.png) | ||
@@ -74,3 +74,3 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/supertokens/supertokens-website/blob/master/LICENSE) | ||
// @returns Promise | ||
SuperTokensRequest.post("/someAPI", data, config).then(response => { | ||
SuperTokensRequest.put("/someAPI", data, config).then(response => { | ||
// API response. | ||
@@ -116,4 +116,6 @@ }).catch(err => { | ||
``` | ||
## Support, questions and bugs | ||
For now, we are most reachable via team@supertokens.io and via the GitHub issues feature | ||
## Authors | ||
Created with :heart: by the folks at SuperTokens. We are a startup passionate about security and solving software challenges in a way that's helpful for everyone! Please feel free to give us feedback at team@supertokens.io, until our website is ready :grinning: |
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
23495
120