Tyler Renelle

Results 35 issues of Tyler Renelle

I'm new to Draft, I don't know if `code-block` is a standard and should be followed, or if you get to make your own or what. https://github.com/jpuri/react-draft-wysiwyg inserts `code`, so...

Looks like AuthJWT loads config one time, then sets that secret_key to be used for later fetch via `self._get_secret_key()` ```python class Settings(BaseModel): authjwt_secret_key: str = SECRET @AuthJWT.load_config def get_config(): return...

Got a destination URL (which I don't control) as `something.com/api?client_id=:id` (rather than the more elegant `/api/client/:id`). When running `requestProxy({url: "something.com/api?client_id=:id" })`, that actual requested URL ends up being `...?client_id=%3Aid` (no...

the ability to consolidate accounts (link twitter, link google, etc) after you've already created an account

important
feature

I'm not sure that this is strictly necessary, since we're encrypting / storing with SHA & salt on server - and protecting clear text sends with SSL. Opening topic here...

feature

many people are logging in with improper case, evidently it's actually standard to not check uname case sensitivity.

critical
feature

a lot of people are attempting with their email addresses and thinking they lost their accounts. Allow email login, in addition to usernmae

critical
feature

people are forgetting their username too, just add this to the email template

important
feature