mirror of
1
Fork 0
gotosocial/internal/apimodule/auth
tsmethurst 2fa5519d55 fileserver working 2021-04-11 19:53:22 +02:00
..
README.md Api/v1/accounts (#8) 2021-04-01 20:46:45 +02:00
auth.go too many changes to name honestly 2021-04-08 23:29:35 +02:00
auth_test.go fileserver working 2021-04-11 19:53:22 +02:00
authorize.go too many changes to name honestly 2021-04-08 23:29:35 +02:00
middleware.go too many changes to name honestly 2021-04-08 23:29:35 +02:00
signin.go too many changes to name honestly 2021-04-08 23:29:35 +02:00
token.go Api/v1/accounts (#8) 2021-04-01 20:46:45 +02:00

README.md

auth

This package provides uses the GoToSocial oauth2 module (forked from go-oauth2) to provide oauth2 functionality to the GoToSocial client API.

It also provides a handler/middleware for attaching to the Gin engine for validating authenticated users.