Paul Rysiavets

Results 37 comments of Paul Rysiavets
trafficstars

@jleclanche you need to validate against server keys, not the client keys. Client gives you a token, and server validates that it can accept the token. The token is valid...

that is an _interesting_ example there. the "default" auth0 SDKs download it "dynamically" from `https://{AUTH0_DOMAIN}/.well-known/jwks.json`. see [Locate JSON Web Key Sets](https://auth0.com/docs/tokens/guides/locate-jwks) and _maybe_ click through [Validate JSON Web Tokens](https://auth0.com/docs/tokens/guides/validate-jwts)

both approaches are valid. with the presigned S3 URLs - you have to implement uploading logic on both backend and frontend. PUT requests can not be redirected. as an additional...

@NikhilDikshit i've asked the iOS team to look into this request. we are quite busy and partially ill right now, but i've heard promisses

i'm willing to contribute. 'cause just a few months ago i migrated Jenkins workloads to GH-Workflows and deliverybot acts like a charm :) but this deprecation message bothers me and...

here is a list of current system parts - Frontend - trigger deployments manually - needs User Auth (GitHub) - Backend - trigger deployments automatically - needs machine-to-machine Auth (GitHub...

@garfield69 a very nice condensed tutorial! I've followed a different one, but it did't "pimp". after "offers" and "show" searches `uT` started to look as I want it. thanks. would...

it seems that s3 event definition is not correctly converted https://github.com/serverless/typescript/blob/master/index.d.ts#L164 should be ``` s3: | string | { bucket: string | AwsCfFunction; event?: string; existing?: boolean; rules?: { suffix?:...

here is an example: i generate some html with templating engine (Laravel Blade for example) into a variable in memory. and want to pipe this html with external css links...

@thedrow any news on official `asyncio` tasks/pools? it's been a while