Hi,
I wanna use bearer tokens for authorization in web api application but I wonder where these tokens are saved, is this more resource consuming process than storing own custom string in DB against each user and check at every API request from DB to check if user is valid or not ?