Move OAuth2 docs

This commit is contained in:
Kyle Shockey
2017-12-04 21:25:48 -08:00
parent 4bf3b209be
commit f546c0b342
3 changed files with 29 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
## CORS Support
# CORS
CORS is a technique to prevent websites from doing bad things with your personal data. Most browsers + JavaScript toolkits not only support CORS but enforce it, which has implications for your API server which supports Swagger.