-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it working across web appllications #24
Comments
@acrigney Not sure what the problem is, but if you can setup a simple, minimal reproducible example (for example, a test repo) I'd be happy to take a look. |
Mate its very hard to do that as I am using tihs NakedObjects framework.
But I read that local storage does not work across domains AT ALL???
…On Thu, Sep 20, 2018 at 10:21 PM Juliën Hanssens ***@***.***> wrote:
@acrigney <https://github.com/acrigney> Not sure what the problem is, but
if you can setup a simple, minimal reproducible example
<https://stackoverflow.com/help/mcve> (for example, a test repo) I'd be
happy to take a look.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEUhfXnCksMRnJgUxnjW41GHfmpkahkhks5uc4hlgaJpZM4WtYWw>
.
|
Sure, it does. If you have the |
Awesome but I am working with .net 4,5,2 and4,6,1?
Its just for the user winows Prinicipal, no password is stored.
…On Thu, Sep 20, 2018 at 11:08 PM Juliën Hanssens ***@***.***> wrote:
Sure, it does. If you have the .localstorage file it can be transferred
and/or re-used between different .NET Core apps. However, to prevent any
concurrency problems I wouldn't recommend to use it as a database storage
between different apps.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEUhfQaH-SdibozTs-aIt4VMDroOBZcTks5uc5NTgaJpZM4WtYWw>
.
|
Hope in the meantime you've tried it, @acrigney. But the lib targets netstandard2.0 which means it should be compatible with .NET 4.6.1 and higher. If you have issues with it, let me know. |
Sorry I could not get the local storage data to be read from another ASP.NET MVC web app.
I guess I can debug into your code or use fiddler.
The text was updated successfully, but these errors were encountered: