mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
14 lines
403 B
key: oauth2
|
|
title: Generic OAuth2
|
|
description: OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service.
|
|
author: requarks.io
|
|
logo: https://static.requarks.io/logo/oauth2.svg
|
|
color: grey darken-4
|
|
website: https://oauth.net/2/
|
|
useForm: false
|
|
props:
|
|
clientId: String
|
|
clientSecret: String
|
|
authorizationURL: String
|
|
tokenURL: String
|