1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 15:21:16 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Toby Zerner
effa414a01 Use our own token instead of Laravel's
Laravel’s remember_token is tied to the session/cookies, which we don’t
need as the API is stateless. It makes much more sense to use our own
token mechanism.
2015-01-30 12:08:02 +10:30
Toby Zerner
f2ac56cb9c Improve auth API tests 2015-01-23 15:24:38 +10:30
Toby Zerner
215bdb672a Implement token-based auth API 2015-01-22 14:44:33 +10:30
Toby Zerner
106c51071b Improve discussions API tests 2015-01-21 12:23:10 +10:30
Toby Zerner
ad95c92c06 Update todo list, add screenshot 2015-01-20 15:07:38 +10:30
Toby Zerner
237591690c Begin testing API (see #3) 2015-01-19 20:46:14 +10:30