...
With that kind of table/view, the “authorization tokens query” would be
Code Block | ||
---|---|---|
| ||
SELECT auth_token AS $(TOKENCOLUMN) FROM user_authorizations WHERE username = $(USERNAME) |
...
...
With that kind of table/view, the “authorization tokens query” would be
Code Block | ||
---|---|---|
| ||
SELECT auth_token AS $(TOKENCOLUMN) FROM user_authorizations WHERE username = $(USERNAME) |
...