An error occurred fetching the project authors.
- 19 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Allow the Rails cookie to be used for API authentication Makes the Rails cookie into a valid authentication token for the Grape API, and uses it instead of token authentication in frontend code that uses the API. Rendering the private token into client-side javascript is a security risk; it may be stolen through XSS or other attacks. In general, re-using API code in the frontend is more desirable than implementing endless actions that return JSON. Closes #18302 See merge request !1995 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 09 Jun, 2016 1 commit
-
-
Fatih Acet authored
-
- 21 Apr, 2016 1 commit
-
-
Jacob Schatz authored
This reverts commit 0f309794, reversing changes made to 1e596fef.
-
- 19 Apr, 2016 1 commit
-
-
Arinde Eniola authored
-
- 18 Apr, 2016 2 commits
-
-
Alfredo Sumaran authored
-
Jacob Schatz authored
-
- 14 Apr, 2016 1 commit
-
-
Stan Hu authored
Closes #14370 Move gon function into its own helper
-