7eae8deacb
* my_tokens endpoint moved to normal index * remove secured_by from metacodes/users * ch ch ch changes * mess with template * fix securedBy * convenience open * gross authentication notes at the top of every endpoint * better ordering * move login tutorials into security tab * oauth tutorial * getting closer * remove unneeded Endpoints header * ok looks OK
6 lines
265 B
Text
6 lines
265 B
Text
description: !include ../pages/oauth_2_0_tutorial.md
|
|
type: OAuth 2.0
|
|
settings:
|
|
authorizationUri: https://metamaps.cc/api/v2/oauth/authorize
|
|
accessTokenUri: https://metamaps.cc/api/v2/oauth/token
|
|
authorizationGrants: [ authorization_code, client_credentials ]
|