I like this. How different are you from Abstract API ( https://www.abstractapi.com ) though?
Micro APIs for Everyday Use
31–40 of 91 posts
Re: Micro APIs for Everyday Use
#32Happy to chat further about this space if you're interested && keep up the great work building for devs
Re: Micro APIs for Everyday Use
#33Re: Micro APIs for Everyday Use
#34Could someone explain to me this whole movement towards "Bearer" authentication? I understand it in an Oauth context and using JWTs. I don't really understand it with simple API keys. What is the point of prefixing and API key with "Bearer "?
Re: Micro APIs for Everyday Use
#35Could someone explain to me this whole movement towards "Bearer" authentication? I understand it in an Oauth context and using JWTs. I don't really understand it with simple API keys. What is the point of prefixing and API key with "Bearer "?
A security token with the property that any party in possession of
the token (a "bearer") can use the token in any way that any other
party in possession of it can. Using a bearer token does not
require a bearer to prove possession of cryptographic key material
(proof-of-possession).
I think most people interpret that definition as including API secret keys. I’d be curious to hear any alternative suggestions as I run into this fairly regularly.https://datatracker.ietf.org/doc/html/rfc6750#section-1.2
Also relevant: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentica...
Re: Micro APIs for Everyday Use
#36This is great. I'm a college prof, and this is perfect for teaching students how to use APIs.
Re: Micro APIs for Everyday Use
#37Re: Micro APIs for Everyday Use
#38If a developer makes an API and it becomes popular on Micro, what prevents Micro from cloning that API and cutting the dev out of the proceeds?
Re: Micro APIs for Everyday Use
#39Is there something like this as open source and self hosted?