(Language: PHP)
You can create an APP at https://www.the-systems.eu/dashboard/settings/clients
TokenURL: https://oauth2.the-systems.eu/oauth/token
Post Request
"grant_type" => "authorization_code",
"client_id" => CLIENT_ID,
"client_secret" => CLIENT_SECRET,
"redirect_uri" => REDIRECT_URI,
"code" => CODE
ResourceURL: https://oauth2.the-systems.eu/oauth/resource/user + https://oauth2.the-systems.eu/oauth/resource/user/address
Header for Request:
Authorization: Bearer ACCESSTOKEN
AuthorizeURL: https://oauth2.the-systems.eu/oauth/authorize
OpenID-URL: https://oauth2.the-systems.eu/.well-known/openid-configuration Needed Scope: "openid"
- via Discord: https://discord.gg/CYHuDpx
- via Github-Issue: https://github.com/The-Systems/oauth/issues
- via E-Mail to [email protected]
Copyright 2021 TheSystems
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.