Skip to content
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

Expanding UserMan to support REST #7

Open
Geod24 opened this issue Apr 12, 2015 · 1 comment
Open

Expanding UserMan to support REST #7

Geod24 opened this issue Apr 12, 2015 · 1 comment

Comments

@Geod24
Copy link
Contributor

Geod24 commented Apr 12, 2015

I'm currently working on adding a RESTful package to userman, to support user and group management, as well as authentication using different method (my current focus is on query authentication).
I want something as customizable as possible, so I'll go for full template + policy design.

It will be based on Vibe.d's REST module (ofc ;) ), with templated interfaces. Here's an example of where I plan it to go (warning: WIP): https://github.com/Geod24/userman/blob/7f90229f06c75eff8b86660a39755a067086ec5c/source/userman/rest/keys.d

Of course I want it to integrate with the other part of userman (controler). However, I see that it depends on the user / group structure ATM. Before I start to dive into this, I was wondering if you have any plans / insight to share.

@s-ludwig
Copy link
Member

Forgot about this issue. I've added a RESTful API now: 11f3367

It's currently still plain unauthenticated, so not really recommended for production use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants