I have a smallish web app I want to build, it’ll be logged into via a third-party OAuth 2.0 endpoint, and basically need only store OAuth tokens, accept HTTP requests and call out to the login provider; is there a nice way to host something like that with minimal extraneous work?
bonus points awarded for like, not having to administer a database, and not having to administer an actual web server