Revant Nandgaonkar

Results 113 comments of Revant Nandgaonkar

can you provide access to setup somewhere?

I'm not adding and maintaining it. If you are the only user here, you should add and maintain it.

You can add it. iat + token.expiry. make sure end result is unix int time. You need to send a PR for that.

https://github.com/frappe/frappe_docker/blob/4be1624641aabe51033a4743a0f6735ea2c4b2be/images/bench/Dockerfile#L72 Pull latest image and rebuild dev container

https://hub.docker.com/r/valkey/valkey/tags Edit: I changed `redis:6.2-alpine` to `valkey/valkey:7.2` pwd.yml and everything works as expected. People who are worried about the license can switch to valkey even now. https://discuss.frappe.io/t/redis-licensing-change/119696/8

I'd like to maintain it on frappe_docker repo. Because documentation will not get lost in migrations. If there is a way to generate docs we can arrange the frappe_docker/docs directory...

Thanks to oauthlib and rauth [Frappe](https://github.com/frappe/frappe) framework is using both libraries now. Oauthlib in frappe is recent addition https://github.com/frappe/frappe/pull/2167 Rauth has been used in frappe to enable Github, Google and...

I'll not be able to help anyone using Mac or windows.

The secret part you can override through env var during cli execution. Or use helm template to generate yamls and use it with kubectl. The secret is only used for...