GoToSocial/internal/oauth
tobi 694a490589
[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint (#645)
* start fiddling about with oauth server

* start returning more helpful errors from oauth

* test helpful(ish) token errors

* add missing license header
2022-06-11 10:39:39 +02:00
..
clientstore.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
clientstore_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
errors.go [feature] Add `created_at` and `error_description` to `/oauth/token` endpoint (#645) 2022-06-11 10:39:39 +02:00
oauth_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
server.go [feature] Add `created_at` and `error_description` to `/oauth/token` endpoint (#645) 2022-06-11 10:39:39 +02:00
tokenstore.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
tokenstore_test.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
util.go [feature] add authorization to the already-existing authentication (#365) 2022-02-07 12:04:31 +01:00