Steve Pallen

Results 136 comments of Steve Pallen
trafficstars

If your up contributing a PR, you could test the current_user for `__schema__` [here](https://github.com/smpallen99/ex_admin/blob/master/web/templates/themes/admin_lte2/layout/header.html.eex#L22) and skip the profile menu item if its not set. Also needs to be done for...

I have seen similar issues in one of my apps but have never taken the time to investigate. Thanks for raising this issue!! My first thought on a fix is...

I just reviewed the code. First, the validation and generation of a new rememberable token IS an atomic action. It is done through the RememberableServer GenServer. Its a synchronous operation...

I’ll have to think about this. Multiple SQL repos should not be too difficult. They could be defined in the resource file. Does LDAP repo work today? I’ve never tried...

You have a number of choices. You could implement you own Session plug and replace the calls to `Coherence.Authentication.Session` in ur router. Alternatively, `Coherence.Authentication.Session` takes a `:store` option that defaults...

I have done some significant changes to the controller design. One of those changes is allowing customization of the get_credential_store. The work is on a branch right now. I've upgraded...

I should be merging the `extendible-controllers` branch to master soon. I want to soak it a little longer on my personal project.

I agree, I think context would be a more appropriate name.

Got it. I need to review umbrella apps. I have not used them since Elixir version 0.9 and figure out how to handle the Agent naming.

This is going to be an easy fix. It appears that configuration is shared by each of the apps in the umbrella. So, if multiple apps have :coherence config entries,...