aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-context.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-12-03afb-perm: separate access to permission dbJosé Bollo1-4/+67
2019-12-03afb-context & afb-token: rework token validationJosé Bollo1-29/+37
2019-12-03afb-context: Move credentials to contextJosé Bollo1-20/+88
2019-11-29Use afb_token in contextsJose Bollo1-1/+1
2019-11-29Move tokens from sessions to requestsJose Bollo1-5/+8
2019-11-29Don't return the uuidJose Bollo1-9/+0
2019-11-25Remove returning tokenJose Bollo1-7/+0
2019-11-25Remove refreshing tokenJose Bollo1-25/+0
2019-11-20Introduce object for tokensicefish_8.99.1icefish/8.99.18.99.1Jose Bollo1-0/+15
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-06-15api-v3: First draftJosé Bollo1-5/+6
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-15afb-context: Early token changeJosé Bollo1-0/+4
2017-11-06afb-session: Add timeout features for sessionsJosé Bollo1-1/+1
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-2/+2
2017-10-09afb-context: add const qualifier for api_keyJosé Bollo1-2/+2
2017-05-05Expose session UUID from contextJosé Bollo1-1/+9
2017-05-05make function afb_context_set return a statusJosé Bollo1-4/+2
2017-05-05Change the effect of close sessionJosé Bollo1-5/+3
2017-05-05session: start to manage concurrencyJosé Bollo1-0/+6
2017-05-04Make LOA local to the bindingJosé Bollo1-20/+20
2017-05-04add function to get the current LOAJosé Bollo1-0/+5
2017-04-04Introduce subcontext for subcallsJosé Bollo1-6/+27
2017-03-27Replace session's value with sessions's cookiesJosé Bollo1-3/+5
2017-01-03Improves naming of session's moduleJosé Bollo1-17/+17
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-06-09Events: refactoringJosé Bollo1-0/+1
2016-05-29don't enforce to refresh the tokenJosé Bollo1-1/+1
2016-05-23Setting and checking LOAJosé Bollo1-4/+7
2016-05-23Fix DON'T ALWAYS CLOSE SESSIONJosé Bollo1-1/+1
2016-05-22Fix AFB_SESSION_CREATE behaviourJosé Bollo1-6/+33
2016-05-13cleaning copyrightsJosé Bollo1-1/+1
2016-05-13example of integration with websocket in CJosé Bollo1-3/+7
2016-05-10Refactoring requests and context handlingJosé Bollo1-0/+122