Bozhidar Hristov
Bozhidar Hristov
I am using this library in a project that is in development and this project has a custom admin, from which new admins are created with `is_staff=True`. Maybe should be...
This solves this issue. Thank you. However, connected to this, is there a pattern to constraint the `register` mutation with a `staff_required` decorator, so that only staff members can create...
@PedroBern Not urgent but probably needs to be done. I may offer a solution in the next few months. Currently I handle it on the client side, but don't feel...
@PedroBern Thanks for preparing this. Yes, I can work on this and I need this in my project. But, currently async email is more urgent feature in the project that...
Yes I will do both. for async email we can discuss the specifics in the relevant issue
This week I will work on this issue. @PedroBern I will send questions if I have any, cheers :)
I'm trying to use `fromPromise` for async refresh the token. Basically following the third box from [this post](https://able.bio/AnasT/apollo-graphql-async-access-token-refresh--470t1c8#) I'm successfully getting and storing the tokens, but neither of `catch` or...
> I'm trying to use `fromPromise` for async refresh the token. > Basically following the third box from [this post](https://able.bio/AnasT/apollo-graphql-async-access-token-refresh--470t1c8#) > > I'm successfully getting and storing the tokens, but...
> Hello, I have just created one, could anyone have a try? > It's just for testing now. > > https://github.com/ssfdust/flask-sqlalchemy-stubs I am getting a db.Model is not defined even...
> > > Hello, I have just created one, could anyone have a try? > > > It's just for testing now. > > > https://github.com/ssfdust/flask-sqlalchemy-stubs > > > >...