Made some fixes so we can use string as ID aslo
Hello,
I'm using RavenDB in my project. So I dont want to have my ID's as a int.
Changed the object so it's a string. So now it's possible to use most types of ID's (guid,string,long,int etc)
I tried not to make any breaking changes. But the userdata and metadata objects is changed to string UserId. Rest of the methods have still the method taking in but doing .ToString().
Another problem with using int is IF a really large system would use this. You would get problems with int overflow.
Also added support for getting the token from the request headers.
Hey patrik,
Thanks for contributing.
I will review those changes as soon as possible.
I am currently lack of free time for bug fixes and updates so your update is really appriciated.
Aviran בתאריך 23 בדצמ 2013 21:22, מאת "Patrik" [email protected]:
Also added support for getting the token from the request headers.
— Reply to this email directly or view it on GitHubhttps://github.com/Dgandalf/WebApiTokenAuthBootstrap/pull/2#issuecomment-31138548 .
No problem,
See if you like my changes :)