• Randall Leeds's avatar
    Decouple identity and authentication · 1ac5b1a8
    Randall Leeds authored
    Pull the identity service out of the auth module so that it can be
    used separately. Wrap the service in a provider with properties
    that applications can configure to adapt to different authentication
    environments. These properties provide a way to configure injected
    functions that the identity service can invoke in order to fulfill
    requests from client applications for authorization grants without
    tying the identity service itself to particular implementations of
    sessions or authentication.
    1ac5b1a8
Name
Last commit
Last update
..
auth Loading commit data...
controllers Loading commit data...
directives Loading commit data...
helpers Loading commit data...
plugin Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
app.coffee Loading commit data...
controllers.coffee Loading commit data...
directives.coffee Loading commit data...
filters.coffee Loading commit data...
flash.coffee Loading commit data...
guest.coffee Loading commit data...
host.coffee Loading commit data...
identity.coffee Loading commit data...
searchfilters.coffee Loading commit data...
services.coffee Loading commit data...
socket.coffee Loading commit data...
streamsearch.coffee Loading commit data...