-
### Technical Story
When you have a multiprocessing system you have to watch out how many processes you are going to spawn. There are two reasons why you need to do this:
- If the number of …
-
### Technical Story
When you have a multiprocessing system you have to watch out how many processes you are going to spawn. There are two reasons why you need to do this:
- If the number of …
-
### Technical Story
When you have a multiprocessing system you have to watch out how many processes you are going to spawn. There are two reasons why you need to do this:
- If the number of …
-
### Technical Story
When you have a multiprocessing system you have to watch out how many processes you are going to spawn. There are two reasons why you need to do this:
- If the number of …
-
### Technical Story
When you have a multiprocessing system you have to watch out how many processes you are going to spawn. There are two reasons why you need to do this:
- If the number of …
-
### Description
When authenticating with an access token using OAuth we only pass the access token, but that will only be valid for 1h (expiry time was 3600s when I checked).
Since we only pass the …
-
**Describe the bug:**
I'm getting the following error when trying to run `srb rbi hidden-definitions` after installing `sorbet-rails`:
```
Naming ActiveRecordTraceback (most recent call last):
10…
-
Let's talk about replacing the current user accounts package.
### Basics
Things we need to handle:
- email/password log in
- email/password sign up
- password reset
- error messages
##…
-
We could detect if a password is being filled into the password field by typing on the keyboard by watching for `onkeypress` and `onkeydown` as mentioned [in this blog](https://www.optiv.com/blog/bust…
-
### Improvement description
Currently, the admin API uses the active session to authenticate the user. This works, but comes with quite some issues:
1. it's stateful, you need a session active for…