Skip to content

Simple realization of auth system (AuthProvider) for Gravit launcher.

Notifications You must be signed in to change notification settings

TheLivan/SimpleAuthProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SimpleAuthProvider

Простая реализация (затычка) Auth Provider. Для создания аккаунтов загляните в Main#verifyPassword.

Авторизация с этим скриптом выглядит вот так:

"auth": [
  {
    "provider": {
      "type": "request",
      "usePermission": true,
      "flagsEnabled": false,
      "url": "http://localhost:8001/auth?username=%login%&password=%password%&ip=%ip%",
      "response": "OK:(?<username>.+):(?<permissions>.+)"
    }
  }
]

Автор - https://thelivan.ru/

About

Simple realization of auth system (AuthProvider) for Gravit launcher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages