AspnetIdentitySample
AspnetIdentitySample copied to clipboard
Would be nice to have a sample working with an int Key
It is nice to have adapted this sample to 2.0 alpha but it would be better to have it using now a key different from string, and an int key would be better
Because I am actually stopped by many problems with int key, even following all in http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx?CommentPosted=true#commentmessage
and I think I am not the only prefering an int key.
Do you think it could be implemented ?
I am also using a self hosted version of owin with WebAPI 2 .....
I looked at your comments. Can you please upload or send me a copy of your sample so I can investigate?
Hi, I finally found a way, it was more the lack of global documentation (which classes, which pgm flow), the extensions not automatically solved by VS, some havy constraints (always doing int.parse() to get the int Id from user, etc.) I will not be in position sending something in the next 10 days so it may be a little late.