Shirakumo / radiance

A Common Lisp web application environment
https://shirakumo.github.io/radiance/
zlib License
311 stars 19 forks source link

Auth/Session Specify Mandatory Mechanisms for Application Access #27

Closed Shinmera closed 5 years ago

Shinmera commented 5 years ago

Currently there is no specified mechanism or flow by which applications/libraries can access any of Radiance's API endpoints as a particular user. Since this functionality can be implemented on top of the existing auth/session interfaces this could be done by a standard library, a new interface, or an extension of the existing interfaces.

Shinmera commented 5 years ago

I think the way to go for this would be to add a contrib that uses North to implement an oAuth provider.