gotosocial/internal/oauth
2021-03-22 17:02:25 +01:00
..
oauth_test.go store account + app 2021-03-22 17:02:09 +01:00
oauth.go tidying 2021-03-22 17:02:25 +01:00
pgclientstore_test.go getting there....... 2021-03-17 16:01:31 +01:00
pgclientstore.go getting there....... 2021-03-17 16:01:31 +01:00
pgtokenstore.go getting there....... 2021-03-17 16:01:31 +01:00
README.md add middleware 2021-03-21 00:49:20 +01:00

oauth

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

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