API Design: Difference between revisions
From JYSL Knowledge
(Created page with " * [https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md Guidance for Azure Service Teams]") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Design Guidelines: | |||
* [https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md Guidance for Azure Service Teams] | |||
Vapor: | |||
* [https://vapor.codes/ Vapor] | |||
* [https://github.com/Joannis/VaporSMTPKit Vapor 4 + SMTP] | |||
* [https:// | |||
GraphQL: | |||
* [https://www.kodeco.com/21148796-graphql-tutorial-for-server-side-swift-with-vapor-getting-started GraphQL Tutorial for Server-Side Swift with Vapor] | |||
Authentication and authorization: | |||
* [https://www.kodeco.com/19364429-implementing-oauth-with-aswebauthenticationsession Implementing OAuth with ASWebAuthenticationSession] | |||
* [https://www.kodeco.com/11436647-sign-in-with-apple-using-vapor-4 Sign in with Apple Using Vapor 4] | |||
* [https://jwt.ms Validate Microsoft JWT Token] |
Latest revision as of 17:28, 27 June 2023
Design Guidelines:
Vapor:
GraphQL:
Authentication and authorization: