Make auth tokens usable once and expire them.
authorRoger Braun <roger@rogerbraun.net>
Sat, 9 Sep 2017 10:02:59 +0000 (12:02 +0200)
committerRoger Braun <roger@rogerbraun.net>
Sat, 9 Sep 2017 10:02:59 +0000 (12:02 +0200)
commit95cedd60004893fd646735d17f7196297c38e22c
tree9915027eb19f458aa8627f8ac886518a27e41d79
parent890503ca1ea4308664d31622eb19208757a4c881
Make auth tokens usable once and expire them.
lib/pleroma/web/oauth/authorization.ex
lib/pleroma/web/oauth/token.ex
test/web/oauth/authorization_test.exs [new file with mode: 0644]
test/web/oauth/token_test.exs [new file with mode: 0644]