Inklings-io / selfauth

self-hosted auth_endpoint using simple login mechanism
Creative Commons Zero v1.0 Universal
81 stars 15 forks source link

Add token endpoint functionality? #45

Closed skpy closed 5 years ago

skpy commented 5 years ago

I realize that selfauth is not currently a token endpoint, but are you open to exploring how it might provide that functionality? I think a self-encoded token served from selfauth would be very helpful.

sknebel commented 5 years ago

FWIW, @Zegnat created https://github.com/Zegnat/php-mintoken as a token endpoint with similar goals as selfauth.