Skip to content

Xorsiphus/GoJWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoJWT

Api(deprecated):

  • HttpGet: http://<address>:<port>/login?userId=<value> (Получение пары токенов 'Access' и 'Refresh')

    Example: http://193.123.36.213:5010/login?userId=user1

  • HttpPost: http://<address>:<port>/refresh (Обновление токенов)

    Example: http://193.123.36.213:5010/refresh

  • (HttpGet: http://<address>:<port>/refresh (Получение POST формы для выполнения предыдущего запроса в браузере)

    Example: http://193.123.36.213:5010/refresh

  • HttpGet: http://<address>:<port>/home (Получение данных после авторизации)

    Example: http://193.123.36.213:5010/home

  • HttpGet: http://<address>:<port>/clear (Сброс токенов)

    Example: http://193.123.36.213:5010/clear

Server deployment:

go install

go run .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published