authentication - Logged in session handling in server or client? -
authentication - Logged in session handling in server or client? -
i have read of results (at to the lowest degree find in google search), 1 of famous seems this one, checked on github code, like this custom authentication in azure mobile services using node.js.
all have points, , noticed generated token not persisted in database no solution far, meaning leave client responsibility of session handling , logout. think might thought allow server handle, on other hand, letting client cache returned token , handle re-establish authentication saves trip database adds little bit of code client side.
also in microsoft azure article demonstrate how cache tokens returned service in ios application using sskeychain wrapper around ios keychain.
what i'm searching if there reason there no solution demonstrating azure mobile services using javascript , consider good/better solution on server/client session handling.
session authentication azure-mobile-services
Comments
Post a Comment