summaryrefslogtreecommitdiff
path: root/include/login_routes.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Simplify routerEd Tanous1-1/+0
2024-03-22Revert "Refactor after login"Ed Tanous1-23/+28
2024-03-16Refactor after loginEd Tanous1-28/+23
2023-08-25Remove phosphor-rest workaroundsEd Tanous1-29/+9
2023-07-31Refactor login/logoutEd Tanous1-177/+171
2023-07-20Replace logging with std::formatEd Tanous1-8/+7
2023-06-29Update to owasp headersEd Tanous1-1/+2
2023-06-09Fix hack on Set-CookieEd Tanous1-14/+5
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-6/+6
2023-03-11Remove body member from RequestEd Tanous1-1/+2
2023-01-18Fix a boatload of #includesEd Tanous1-6/+6
2022-10-07Move ClientID parameter out of OEMEd Tanous1-2/+1
2022-10-05Fixes invalid memory accessKrzysztof Grobelny1-1/+1
2022-07-16Remove usages of boost::starts/ends_withEd Tanous1-2/+2
2022-06-11On logout set Session cookie with expired dateGunnar Mills1-0/+5
2022-06-01Try to fix the lambda formatting issueEd Tanous1-184/+173
2022-05-13Remove brace initialization of json objectsEd Tanous1-11/+11
2022-03-12Enable readability checksEd Tanous1-1/+1
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-1/+0
2021-12-20Implement MIME parsingEd Tanous1-0/+46
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-2/+1
2021-04-08Using AsyncResp everywherezhanghch051-13/+16
2021-03-19Add SameSite=Strict on Set-CookieGunnar Mills1-5/+7
2021-03-11Redfish Session : Fix clientIp getting mapped to clientIdSunitha Harish1-2/+4
2020-11-10Redfish Session : Support ClientOriginIPAddressSunitha Harish1-1/+1
2020-10-23fix include namesEd Tanous1-5/+4
2020-08-17Enable clang warningsEd Tanous1-1/+1
2020-08-17Remove middlewaresEd Tanous1-10/+2
2020-07-16Deprecate the "" operator, and isEqPEd Tanous1-3/+3
2020-07-16Rework Authorization flowJames Feist1-0/+217