Rishabh Poddar
Rishabh Poddar
- A middleware will add the anonymous session JWT. This middleware will be called for all APIs, and will check if an authenticated session exists. If it does, it will...
> So does that mean we'll have two middlewares? One for the session verification as we have now and another for the anonymous session? Or do we want both to...
We should do it in the backend SDK as per: https://github.com/supertokens/supertokens-core/wiki/Recipe-development-guideline-for-the-backend-and-frontend-recipes Section 3b4
# For apple - [x] no redirect_uri on the frontend if it already exists in the url sent from the backend - [x] demo app to add apple credentials (with-thirdparty)...
Whilst we have not finished all of the above, you can still implement them yourself with a few customisations on top of SuperTokens: Make a custom OAuth provider for it:...
We shall try and make a demo app / add docs for this fairly soon
@Johnsiras we are working on an [SDK for vanilla JS support](https://github.com/supertokens/supertokens-web-js/tree/0.0) with custom UI. Once that is done, we will add a demo for this. Timeline is ~ 1 month
Hey! Here is an example app with remix run: https://github.com/ITenthusiasm/remix-supertokens Thanks to @ITenthusiasm. We will be updating our docs soon on this. Keeping this issue open until then.
hey @TDiblik that does work, and is being used in production at a largeish scaled company. However, it only has the session recipe in it.
Hey! Based on the error above, it seems to be an issue with how your Heroku instance is configured (since even `ls` fails). Since this has nothing to do with...