Hypertopic / AAAforREST

An HTTP reverse proxy to bring authentication, authorization and accounting to RESTful applications
GNU Affero General Public License v3.0
6 stars 5 forks source link

Session middleware names should be more explicit #57

Open benel opened 2 years ago

benel commented 2 years ago
    getSession,
    aaa.loadInSession,

could be replaced with:

     aaa.restoreSession

Other functions related to sessions could also benefit from this kind of simplification.