Replies: 5 comments
-
Thanks @turukawa. I'd second that - if you've been stuck waiting for updates to this Cookiecutter, give the fork a try. It's an updated stack, and many of the bugs reported here have been resolved. |
Beta Was this translation helpful? Give feedback.
-
Thanks a million for this brilliant work. Just a small typo in .../backend/app/app/core/config.py Line 11 should read : ACCESS_TOKEN_EXPIRE_SECONDS and not ACCESS_TOKEN_EXPIRE_MINUTES |
Beta Was this translation helpful? Give feedback.
-
Updated @podaga ... thanks. I've been working on extending the authentication system to include TOTP and "magic link" logins, with fall-back to passwords. Let me know if this is of interest? |
Beta Was this translation helpful? Give feedback.
-
+1 for the TOTP work. |
Beta Was this translation helpful? Give feedback.
-
Version 0.7.0 released:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I forked this repo more than a year ago for a major project and, with help from @br3ndonland, consolidated it on his Inboard FastAPI images, added in support for Neo4j (so I could use it for search), and fixed some of the things what were broken.
With several big generational updates on core dependencies, I've spent the last two weeks updating and refactoring. All dependencies upgraded to the latest long-term support & working versions, and I built a tiny blog-type app as the base stack. Still a Cookiecutter template.
Key updates:
I also rebuilt the auth 'n auth to make it a bit more reliable. I haven't rebuilt the tests yet.
Here's instructions for use and I'd appreciate your trying it out and letting me know if it is helpful.
Projects it was used for:
Next project for the rebuild: Enqwyre.com - implementation of a "no code" method for schema-to-schema data transformations for interoperability.
Beta Was this translation helpful? Give feedback.
All reactions