From fcb1fba5c2fdb12c9f4041bd334aaced6f302d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 29 Sep 2015 14:31:52 +0200 Subject: * public registration * remove WSSE implementation * add oAuth2 implementation --- src/Wallabag/ApiBundle/Entity/RefreshToken.php | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/Wallabag/ApiBundle/Entity/RefreshToken.php (limited to 'src/Wallabag/ApiBundle/Entity/RefreshToken.php') diff --git a/src/Wallabag/ApiBundle/Entity/RefreshToken.php b/src/Wallabag/ApiBundle/Entity/RefreshToken.php new file mode 100644 index 00000000..74c564b7 --- /dev/null +++ b/src/Wallabag/ApiBundle/Entity/RefreshToken.php @@ -0,0 +1,31 @@ +