warrenbuckley / Umbraco-JWT-AuthTokens

This is a repository for providing a secure based API to perform backoffice actions using JWT Auth tokens
14 stars 19 forks source link

create a new token on login and expire token #13

Closed txbrown closed 7 years ago

txbrown commented 7 years ago

@warrenbuckley can you please review these changes?

biapar commented 7 years ago

@codenakama I like that feature. How to add to my code?

txbrown commented 7 years ago

@biapar I haven't had any response on this project so I decided to give another try to Matts Brailsford AuthU package, which @warrenbuckley also recommended. I think you should go with this one and just make sure you are targeting .NET 4.6.5 (I think this is the current target version for this package) - https://github.com/mattbrailsford/umbraco-authu

It should give you all you need for JWT and token validation.

biapar commented 7 years ago

@codenakama UaU...I don't know of that new project! Is't possible to integrate to AD authentication? Have you tried with Angular 4 client?

txbrown commented 7 years ago

@biapar currently using for a new project at the company I work for. So far so good and it does all we required, and we using with React so yeah you could use it with angular or any js framework really. It doesnt work with AD I believe, it works with the umbraco authentication (users and members). But raise an issue on the project askign any questions you may have, Matt usually replies very swiftly.

warrenbuckley commented 7 years ago

Yeh sorry @codenakama I suck at getting time to review really old pet projects I created. Let me see if I can find some time to look at this & merge this in.